SelectedMessageFailedModerationState

Represents a state when the moderated message was selected.

Constructors

Link copied to clipboard
constructor(message: Message, channel: Channel)

Properties

Link copied to clipboard
open override val channel: Channel

The channel where the message was selected. For a full list of capabilities @see ChannelCapabilities.

Link copied to clipboard
open override val message: Message

The selected message.

Link copied to clipboard