mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-10-31 20:14:21 +00:00
gateway: Add Ready.SessionID
This commit is contained in:
parent
f8d6199e80
commit
60ed12f3c0
|
@ -713,7 +713,9 @@ type (
|
|||
UserGuildSettings []UserGuildSetting `json:"user_guild_settings,omitempty"`
|
||||
Relationships []discord.Relationship `json:"relationships,omitempty"`
|
||||
Presences []discord.Presence `json:"presences,omitempty"`
|
||||
Sessions []UserSession `json:"sessions,omitempty"`
|
||||
|
||||
Sessions []UserSession `json:"sessions,omitempty"`
|
||||
SessionID string `json:"session_id,omitempty"`
|
||||
|
||||
FriendSuggestionCount int `json:"friend_suggestion_count,omitempty"`
|
||||
GeoOrderedRTCRegions []string `json:"geo_ordered_rtc_regions,omitempty"`
|
||||
|
|
Loading…
Reference in a new issue