Ver Fonte

Disable some caption fields

Tulir Asokan há 2 anos atrás
pai
commit
16e0f1ffae
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      mauigpapi/types/thread_item.py

+ 2 - 2
mauigpapi/types/thread_item.py

@@ -219,13 +219,13 @@ class Caption(SerializableAttrs):
     # TODO enum-ish thing?
     bit_flags: int
     user: BaseResponseUser
-    did_report_as_spam: bool
-    share_enabled: bool
     media_id: int
 
     # Might not be in all captions
     is_covered: Optional[bool] = None
     private_reply_status: Optional[int] = None
+    # did_report_as_spam: bool
+    # share_enabled: bool
 
 
 @dataclass