chatParticipants
Contains the full list of members of basic groups »; is NOT usable for supergroups/channels.
type tg.ChatParticipants struct { /* ... */ }
Implements ChatParticipants.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChatID | int64 | yes | Group identifier |
Participants | []ChatParticipantClass | yes | List of group members |
Version | int | yes | Group version number |
References
- Official documentation
- Generated Go reference
- TL definition:
chatParticipants#3cbc93f8