Tulir Asokan 3 жил өмнө
parent
commit
85265c3fb7

+ 2 - 1
mauigpapi/types/thread.py

@@ -54,7 +54,8 @@ class Thread(SerializableAttrs):
 
 
     last_activity_at: int
     last_activity_at: int
     muted: bool
     muted: bool
-    is_pin: bool
+    # This seems to be missing in some cases
+    is_pin: bool = False
     named: bool
     named: bool
     canonical: bool
     canonical: bool
     pending: bool
     pending: bool