You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interactions/api/models/gw.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,7 @@ class GuildMember(ClientSerializerMixin):
246
246
:ivar Optional[bool] deaf?: Whether the member of the event is deafened or not.
247
247
:ivar Optional[bool] mute?: Whether the member of the event is muted or not.
248
248
:ivar Optional[bool] pending?: Whether the member of the event is still pending -- pass membership screening -- or not.
249
+
:ivat Optional[datetime.isoformat] communication_disabled_until?: when the user's timeout will expire and the user will be able to communicate in the guild again, null or a time in the past if the user is not timed out.
249
250
"""
250
251
251
252
guild_id: Snowflake=field(converter=Snowflake)
@@ -258,6 +259,9 @@ class GuildMember(ClientSerializerMixin):
0 commit comments