fbchat_muqit.User¶
- class fbchat_muqit.User¶
Bases:
StructRepresents a Facebook User.
- __init__()¶
Methods
__copy__copy a struct
__delattr__(name, /)Implement delattr(self, name).
__dir__()Default dir() implementation.
__eq__(value, /)Return self==value.
__format__(format_spec, /)Default object formatter.
__ge__(value, /)Return self>=value.
__getattribute__(name, /)Return getattr(self, name).
__getstate__()Helper for pickle.
__gt__(value, /)Return self>value.
__hash__()Return hash(self).
__init__()__init_subclass__This method is called when a class is subclassed.
__le__(value, /)Return self<=value.
__lt__(value, /)Return self<value.
__ne__(value, /)Return self!=value.
__new__(*args, **kwargs)__reduce__reduce a struct
__reduce_ex__(protocol, /)Helper for pickle.
__replace__create a new struct with replacements
__repr__()Return repr(self).
__rich_repr__rich repr
__setattr__(name, value, /)Implement setattr(self, name, value).
__sizeof__()Size of object in memory, in bytes.
__str__()Return str(self).
__subclasshook__Abstract classes can override this to customize issubclass().
Attributes
The alternate name of the Facebook User
The first name of the User
Gender of the user.
Facebook User's uid
The profile picture url of the User
Wether the client blocked or blocked by the User
Wether the Client account is friend with the User
Facebook User's name
Facebook profile url of the User
The username of the User
__annotations____doc____module____slots____struct_config____struct_defaults____struct_encode_fields____struct_fields__- alternate_name: str | None¶
The alternate name of the Facebook User
- first_name: str¶
The first name of the User
- gender: str¶
Gender of the user.
- id: str¶
Facebook User’s uid
- image: Value | None¶
The profile picture url of the User
- is_blocked: bool¶
Wether the client blocked or blocked by the User
- is_friend: bool¶
Wether the Client account is friend with the User
- name: str¶
Facebook User’s name
- url: str | None¶
Facebook profile url of the User
- username: str¶
The username of the User