channels.channelParticipants
Represents multiple channel participants
type tg.ChannelsChannelParticipants struct { /* ... */ }
Implements channels.ChannelParticipants.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Total number of participants that correspond to the given query |
Participants | []ChannelParticipantClass | yes | Participants |
Chats | []ChatClass | yes | Mentioned chats |
Users | []UserClass | yes | Users mentioned in participant info |
References
- Official documentation
- Generated Go reference
- TL definition:
channels.channelParticipants#9ab0feaf