Gateway: Clarified GuildMemberListGroup.ID docs

This commit is contained in:
diamondburned 2020-08-14 21:13:48 -07:00
parent c819b56170
commit af7f413cea
1 changed files with 1 additions and 1 deletions

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 {