channelParticipant
Channel/supergroup participant
type tg.ChannelParticipant struct { /* ... */ }
Implements ChannelParticipant.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
UserID | int64 | yes | Participant user ID |
Date | int | yes | Date joined |
SubscriptionUntilDate | int | — | If set, contains the expiration date of the current Telegram Star subscription period » for the specified participant. |
Rank | string | — | The participant's tag ». |
References
- Official documentation
- Generated Go reference
- TL definition:
channelParticipant#1bd54456