1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-06-30 16:46:11 +00:00

Gateway: Clarified GuildMemberListGroup.ID docs

This commit is contained in:
diamondburned 2020-08-14 21:13:48 -07:00
parent c819b56170
commit af7f413cea

View file

@ -133,7 +133,7 @@ type (
Ops []GuildMemberListOp `json:"ops"`
}
GuildMemberListGroup struct {
ID string `json:"id"` // either discord.RoleID or "online"
ID string `json:"id"` // either discord.RoleID, "online" or "offline"
Count uint64 `json:"count"`
}
GuildMemberListOp struct {