826 B
826 B
title | description |
---|---|
updateChatParticipantAdmin | updateChatParticipantAdmin attributes, type and example |
Constructor: updateChatParticipantAdmin
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, }