Merge branch 'member-chunk-fields' into develop
This commit is contained in:
commit
ca64123b05
1 changed files with 5 additions and 3 deletions
|
@ -141,6 +141,8 @@ type GuildEmojisUpdate struct {
|
|||
type GuildMembersChunk struct {
|
||||
GuildID string `json:"guild_id"`
|
||||
Members []*Member `json:"members"`
|
||||
ChunkIndex int `json:"chunk_index"`
|
||||
ChunkCount int `json:"chunk_count"`
|
||||
Presences []*Presence `json:"presences,omitempty"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue