updateChatParticipantDelete
A member has left the basic group.
type tg.UpdateChatParticipantDelete struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChatID | int64 | yes | Group ID |
UserID | int64 | yes | ID of the user |
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:
updateChatParticipantDelete#e32f3d77