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.
Values that enable a group of events as defined by Discord.
A set of intents to be used while identifying a Gateway connection to communicate the events the client wishes to receive.
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.
Functions
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.