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