691 B
691 B
title | description |
---|---|
updateChatParticipantAdmin | updateChatParticipantAdmin attributes, type and example |
Constructor: updateChatParticipantAdmin
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, ];