Pin

data class Pin(val message: Message) : MessageAction

Pins or unpins the message from the channel.

Constructors

Link copied to clipboard
constructor(message: Message)

Properties

Link copied to clipboard
open override val message: Message

The selected message.

Inherited functions

Link copied to clipboard