Record
post-promote-chat-member-params
No description available.
record post-promote-chat-member-params {
can-change-info: option<bool>,
can-delete-messages: option<bool>,
can-edit-messages: option<bool>,
can-invite-users: option<bool>,
can-pin-messages: option<bool>,
can-post-messages: option<bool>,
can-promote-members: option<bool>,
can-restrict-members: option<bool>,
chat-id: string,
is-anonymous: option<bool>,
user-id: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| can-change-info | option<bool> | |
| can-delete-messages | option<bool> | |
| can-edit-messages | option<bool> | |
| can-invite-users | option<bool> | |
| can-pin-messages | option<bool> | |
| can-post-messages | option<bool> | |
| can-promote-members | option<bool> | |
| can-restrict-members | option<bool> | |
| chat-id | string | |
| is-anonymous | option<bool> | |
| user-id | s32 |