awaitUnpinMessage

suspend fun BaseChannel.awaitUnpinMessage(messageId: Long)

Removes the message from the channel's pinned messages.

Since

4.18.0

Parameters

messageId

The message ID to unpin.


suspend fun GroupChannel.awaitUnpinMessage(messageId: Long)

Removes the message from the channel's pinned messages.

Since

4.17.0

Parameters

messageId

The message ID to unpin.