1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 11:34:41 +01:00
MadelineProto/docs/API_docs_55/constructors/updateChatAdmins.md

571 B

title description
updateChatAdmins updateChatAdmins attributes, type and example

Constructor: updateChatAdmins

Back to constructors index

Attributes:

Name Type Required
chat_id int Required
enabled Bool Required
version int Required

Type: Update

Example:

$updateChatAdmins = ['_' => 'updateChatAdmins', 'chat_id' => int, 'enabled' => Bool, 'version' => int, ];