Skip to content

changeChannelAbout

Sahri Riza Umami edited this page Jun 11, 2017 · 4 revisions

Changes information about the channel.

changeChannelAbout(channel_id, about)

Needs creator privileges in the broadcast channel or editor privileges in the supergroup channel.

Option Description
channel_id Identifier of the channel.
about New value of about, 0-255 characters.

Example

  • Changes information about the channel 1234567890 to "My channel, my rules!".

    changeChannelAbout(1234567890, 'My channel, my rules!')

    Response:

    {
      ID = "Ok"
    }

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally