The tag » of a participant of a basic group » has changed.
updateChatParticipantRank#bd8367b9 chat_id:long user_id:long rank:string version:int = Update;
| Name | Type | Description |
|---|---|---|
| chat_id | long | Basic group ID. |
| user_id | long | User ID. |
| rank | string | The new tag. |
| 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.
Members in group chats (both basic groups and supergroups) can add a tag next to their name — to show their role at work, what they study in school, and more.
How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.