A
C
D
E
F
G
H
I
L
O
P
R
S
T
U
V
W
_
I
- InitialMessageCommandResponse - class in com.kotlindiscord.kord.extensions.modules.unsafe.types
- Sealed class representing the initial response types for an unsafe message command.
- InitialMessageCommandResponse.EphemeralAck - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialMessageCommandResponse
- Respond with an ephemeral ack, without any content.
- InitialMessageCommandResponse.EphemeralResponse - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialMessageCommandResponse
- Respond with an ephemeral ack, including message content.
- InitialMessageCommandResponse.None - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialMessageCommandResponse
- Don't respond.
- InitialMessageCommandResponse.PublicAck - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialMessageCommandResponse
- Respond with a public ack, without any content.
- InitialMessageCommandResponse.PublicResponse - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialMessageCommandResponse
- Respond with a public ack, including message content.
- InitialSlashCommandResponse - class in com.kotlindiscord.kord.extensions.modules.unsafe.types
- Sealed class representing the initial response types for an unsafe slash command.
- InitialSlashCommandResponse.EphemeralAck - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialSlashCommandResponse
- Respond with an ephemeral ack, without any content.
- InitialSlashCommandResponse.EphemeralResponse - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialSlashCommandResponse
- Respond with an ephemeral ack, including message content.
- InitialSlashCommandResponse.None - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialSlashCommandResponse
- Don't respond.
- InitialSlashCommandResponse.PublicAck - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialSlashCommandResponse
- Respond with a public ack, without any content.
- InitialSlashCommandResponse.PublicResponse - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialSlashCommandResponse
- Respond with a public ack, including message content.
- InitialUserCommandResponse - class in com.kotlindiscord.kord.extensions.modules.unsafe.types
- Sealed class representing the initial response types for an unsafe user command.
- InitialUserCommandResponse.EphemeralAck - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialUserCommandResponse
- Respond with an ephemeral ack, without any content.
- InitialUserCommandResponse.EphemeralResponse - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialUserCommandResponse
- Respond with an ephemeral ack, including message content.
- InitialUserCommandResponse.None - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialUserCommandResponse
- Don't respond.
- InitialUserCommandResponse.PublicAck - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialUserCommandResponse
- Respond with a public ack, without any content.
- InitialUserCommandResponse.PublicResponse - class in com.kotlindiscord.kord.extensions.modules.unsafe.types.InitialUserCommandResponse
- Respond with a public ack, including message content.