View Source ExTDLib.Method.SetChatPermissions (ExTDLib v0.0.4)
Changes the chat members permissions. Supported only for basic groups and supergroups. Requires can_restrict_members administrator right. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| permissions | chatPermissions | New non-administrator members permissions in the chat. |
More details on telegram's documentation.