824 B
824 B
title | description |
---|---|
updateChatAdmins | updateChatAdmins attributes, type and example |
Constructor: updateChatAdmins
Attributes:
Name | Type | Required |
---|---|---|
chat_id | int | Yes |
enabled | Bool | Yes |
version | int | Yes |
Type: Update
Example:
$updateChatAdmins = ['_' => 'updateChatAdmins', 'chat_id' => int, 'enabled' => Bool, 'version' => int];
PWRTelegram json-encoded version:
{"_": "updateChatAdmins", "chat_id": int, "enabled": Bool, "version": int}
Or, if you're into Lua:
updateChatAdmins={_='updateChatAdmins', chat_id=int, enabled=Bool, version=int}