updateChatParticipantRank
The tag » of a participant of a basic group » has changed.
type tg.UpdateChatParticipantRank struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChatID | int64 | yes | Basic group ID. |
UserID | int64 | yes | User ID. |
Rank | string | yes | The new tag. |
Version | int | yes | Used similarly to pts values to deduplicate/update outdated chat information as specified here ». |
References
- Official documentation
- Generated Go reference
- TL definition:
updateChatParticipantRank#bd8367b9