4baac3178e
Add PHP, Lua language tag to Code area
900 B
900 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];
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}