channelParticipantSelf
Myself
type tg.ChannelParticipantSelf struct { /* ... */ }
Implements ChannelParticipant.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ViaRequest | bool | — | Whether I joined upon specific approval of an admin |
UserID | int64 | yes | User ID |
InviterID | int64 | yes | User that invited me to the channel/supergroup |
Date | int | yes | When did I join the channel/supergroup |
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:
channelParticipantSelf#a9478a1a