View Source ExTDLib.Method.SetChatTitle (ExTDLib v0.0.4)
Changes the chat title. Supported only for basic groups, supergroups and channels. Requires can_change_info administrator right. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| title | string | New title of the chat; 1-128 characters. |
More details on telegram's documentation.