Pin

class Pin(val message: Message) : MessageAction

Pins or unpins the message from the channel.

Constructors

Link copied to clipboard
fun Pin(message: Message)

Inherited properties

Link copied to clipboard
val message: Message