MadelineProto/old_docs/API_docs_v44/constructors/updateChatParticipantAdmin.md

691 B

title description
updateChatParticipantAdmin updateChatParticipantAdmin attributes, type and example

Constructor: updateChatParticipantAdmin

Back to constructors index

Attributes:

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

Type: Update

Example:

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