updateChatParticipant
A user has joined or left a specific basic group »
type tg.UpdateChatParticipant struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChatID | int64 | yes | Chat ID |
Date | int | yes | When did this event occur |
ActorID | int64 | yes | User that triggered the change (inviter, admin that kicked the user, or the even the user_id itself) |
UserID | int64 | yes | User that was affected by the change |
PrevParticipant | ChatParticipantClass | — | Previous participant info (empty if this participant just joined) |
NewParticipant | ChatParticipantClass | — | New participant info (empty if this participant just left) |
Invite | ExportedChatInviteClass | — | The invite that was used to join the group |
Qts | int | yes | New qts value, see updates » for more info. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateChatParticipant#d087663a