ConversationResult

enum ConversationResult : Enum<ConversationResult>

An enum representing possible ways that a conversation can end.

Entries

Link copied to clipboard

The target user cannot be reached - a bot or no shared guild.

Link copied to clipboard

The target user has the bot blocked or has DMs off.

Link copied to clipboard

The target user already has a conversation.

Link copied to clipboard

The conversation prompt timed out with no fallback.

Link copied to clipboard

The conversation has completed successfully.

Link copied to clipboard

The conversation was exited by the user.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int