Skip to content

setSupergroupDescription

Sahri Riza Umami edited this page Jun 23, 2018 · 1 revision

Changes information about a supergroup or channel; requires appropriate administrator rights.

setSupergroupDescription(supergroup_id, description, callback, data)
Field Type Description
supergroup_id int32 Identifier of the supergroup or channel.
description string New supergroup or channel description; 0-255 characters.

Example

  • Changes information about supergroup 1234567890 to "Just a test group".

    setSupergroupDescription(1234567890, "Just a test group")

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally