Skip to content

unpinChannelMessage

Sahri Riza Umami edited this page Jun 10, 2017 · 5 revisions

Removes pinned message in the supergroup channel.

unpinChannelMessage(channel_id)

Needs editor privileges in the channel.

Option Description
channel_id Identifier of the channel.

Example

  • Unpin message on supergroup channel 1234567890.

    unpinChannelMessage(1234567890)

    Response:

    {
      ID = "Ok"
    }

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally