mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-21 01:55:23 -04:00
update flattern_attributes
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ class User:
|
||||
status: Optional[:class:`Status`]
|
||||
The users status
|
||||
"""
|
||||
__flattern_attributes__ = ("id", "name", "bot", "owner", "badges", "online", "flags")
|
||||
__flattern_attributes__ = ("id", "name", "bot", "owner", "badges", "online", "flags", "avatar", "relations", "relationship", "status")
|
||||
|
||||
def __init__(self, data: UserPayload, state: State):
|
||||
self.state = state
|
||||
|
||||
Reference in New Issue
Block a user