Admin permissions of a user in a basic group were changed
생성자 스키마는 레이어 133부터 사용할 수 있습니다. 전환 »
| Name | Type | Description |
|---|---|---|
| chat_id | long | Chat ID |
| user_id | long | ID of the (de)admined user |
| is_admin | Bool | Whether the user was rendered admin |
| version | int | Used similarly to pts values to deduplicate/update outdated chat information as specified here ». |
Many constructors in the API need to be stored in a local database upon reception and should only ever be updated reactively (passively) when received via updates or by other means (as specified in the documentation), to avoid overloading the server by continuously requesting changes for the same unchanged information.
How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.