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: Sources/DiscordKitCore/Objects/Data/Member.swift
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,20 @@ public struct Member: Codable, GatewayData {
21
21
publicletcommunication_disabled_until:Date? // 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
22
22
publicletguild_id:Snowflake?
23
23
publicletuser_id:Snowflake? // Only present in merged_members in READY payload!
0 commit comments