pinMessage

suspend fun GroupChannel.pinMessage(messageId: Long)

Deprecated

As of 4.17.0, replaced with awaitPinMessage(messageId).

Replace with

awaitPinMessage(messageId)

Pins a message to the channel.

Since

4.15.0

Parameters

messageId

The message ID to pin.