Browse Source

Remove another field

Tulir Asokan 2 năm trước cách đây
mục cha
commit
59d1e4091f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      mauigpapi/types/login.py

+ 0 - 1
mauigpapi/types/login.py

@@ -43,7 +43,6 @@ class LoginResponseUser(BaseFullResponseUser, SerializableAttrs):
     total_igtv_videos: int
     interop_messaging_user_fbid: int
     is_using_unified_inbox_for_direct: bool
-    professional_conversion_suggested_account_type: Optional[int]
 
 
 @dataclass