ChannelInviteCreateRequest
Related endpoints| Field | Type | Description |
|---|---|---|
| max_age? | ?integer (int32) | Duration in seconds before the invite expires (0 for never) |
| max_uses? | ?integer (int32) | Maximum number of times this invite can be used (0 for unlimited) |
| temporary? | ?boolean | Whether members that joined via this invite should be kicked after disconnecting |
| unique? | ?boolean | Whether to create a new unique invite or reuse an existing one |
InviteMetadataResponseSchema
Related endpointsGET /channels/{channel_id}/invitesGET /guilds/{guild_id}/invitesGET /packs/{pack_id}/invitesPOST /channels/{channel_id}/invitesPOST /packs/{pack_id}/invites
InviteResponseSchema
Related endpoints Type: GuildInviteResponse | GroupDmInviteResponse | PackInviteResponsePackInviteCreateRequest
Related endpoints| Field | Type | Description |
|---|---|---|
| max_age? | ?integer (int32) | Duration in seconds before the invite expires (0 for never) |
| max_uses? | ?integer (int32) | Maximum number of times this invite can be used (0 for unlimited) |
| unique? | ?boolean | Whether to create a new unique invite or reuse an existing one |