updateChatParticipantAdd
New group member.
type tg.UpdateChatParticipantAdd struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChatID | int64 | yes | Group ID |
UserID | int64 | yes | ID of the new member |
InviterID | int64 | yes | ID of the user, who added member to the group |
Date | int | yes | When was the participant added |
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:
updateChatParticipantAdd#3dda5451