MadelineProto/old_docs/API_docs_v45/constructors/updateChatAdmins.md

575 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, ];