Explorar o código

Add new ReelShareType value

Tulir Asokan %!s(int64=3) %!d(string=hai) anos
pai
achega
fbacbc57ce
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      mauigpapi/types/thread_item.py

+ 2 - 1
mauigpapi/types/thread_item.py

@@ -411,10 +411,11 @@ class LinkItem(SerializableAttrs):
     mutation_token: Optional[str] = None
 
 
-class ReelShareType(SerializableEnum):
+class ReelShareType(ExtensibleEnum):
     REPLY = "reply"
     REACTION = "reaction"
     MENTION = "mention"
+    REPLY_GIF = "reply_gif"
 
 
 @dataclass