mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 17:23:00 +00:00
Discord: Fix #32
This commit is contained in:
parent
a298160529
commit
3dd8daca3d
|
@ -4,6 +4,7 @@ type Invite struct {
|
|||
Code string `json:"code"`
|
||||
Channel Channel `json:"channel"` // partial
|
||||
Guild *Guild `json:"guild,omitempty"` // partial
|
||||
Inviter *User `json:"inviter,omitempty"`
|
||||
|
||||
ApproxMembers uint `json:"approximate_members_count,omitempty"`
|
||||
|
||||
|
@ -12,6 +13,8 @@ type Invite struct {
|
|||
|
||||
// Only available if Target is
|
||||
ApproxPresences uint `json:"approximate_presence_count,omitempty"`
|
||||
|
||||
InviteMetadata // only available when fetching ChannelInvites or GuildInvites
|
||||
}
|
||||
|
||||
type InviteUserType uint8
|
||||
|
|
Loading…
Reference in a new issue