View Source ExTDLib.Method.SetChatDescription (ExTDLib v0.0.4)
Changes information about a chat. Available for basic groups, supergroups, and channels. Requires can_change_info administrator right. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat. |
| description | string | New chat description; 0-255 characters. |
More details on telegram's documentation.