ReactionOptionsTheme

data class ReactionOptionsTheme(val areReactionOptionsVisible: Boolean)

Represents the theme for the reaction option list in the selected message menu. For message option list theming, see MessageOptionsTheme.

Parameters

areReactionOptionsVisible

The visibility of the reaction options.

Constructors

Link copied to clipboard
constructor(areReactionOptionsVisible: Boolean)

Types

Link copied to clipboard
object Companion

Properties