Explorar o código

Add missing ThreadItemType

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

+ 1 - 0
mauigpapi/types/thread_item.py

@@ -69,6 +69,7 @@ class ThreadItemType(SerializableEnum):
     SELFIE_STICKER = "selfie_sticker"
     REACTION = "reaction"
     CLIP = "clip"
+    GUIDE_SHARE = "guide_share"
 
 
 @dataclass(kw_only=True)