Package-level declarations
Types
The default Gateway implementation of Kord, using an HttpClient for the underlying webSocket
An implementation of the Discord Gateway and its lifecycle.
Enum representation of Discord's Gateway close event codes.
A collection of multiple Intents.
Sent when a new invite to a channel is created.
Sent when an invite is deleted.
Some Intents are defined as "privileged" due to the sensitive nature of the data and cannot be used by Kord without enabling them.
A representation of the Discord Request Guild Members command.
A reusable fixed rate ticker.
Properties
All known Intents (as contained in Intent.entries) combined into a single Intents instance.
All known non-privileged Intents combined into a single Intents instance.
All known privileged Intents combined into a single Intents instance.
Functions
Returns an instance of Intents built with Intents.Builder.
Executes the request on this gateway, returning a flow of GuildMembersChunk responses.
Executes a RequestGuildMembers command configured by the builder for the given guildId on this gateway, returning a flow of GuildMembersChunk responses.