MadelineProto/old_docs/API_docs_v53/constructors/updateChatParticipantAdmin.md

826 B

title description
updateChatParticipantAdmin updateChatParticipantAdmin attributes, type and example

Constructor: updateChatParticipantAdmin

Back to constructors index

Attributes:

Name Type Required
chat_id int Yes
user_id int Yes
is_admin Bool Yes
version int Yes

Type: Update

Example:

$updateChatParticipantAdmin = ['_' => 'updateChatParticipantAdmin', 'chat_id' => int, 'user_id' => int, 'is_admin' => Bool, 'version' => int, ];

Or, if you're into Lua:

updateChatParticipantAdmin={_='updateChatParticipantAdmin', chat_id=int, user_id=int, is_admin=Bool, version=int, }