754 B
754 B
title | description | image |
---|---|---|
updateChatAdmins | updateChatAdmins attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];
Or, if you're into Lua:
updateChatAdmins={_='updateChatAdmins', chat_id=int, enabled=Bool, version=int}