Constructor: channelParticipant
Channel/supergroup participant
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| user_id | long | Yes | Participant user ID |
| date | int | Yes | Date joined |
| subscription_until_date | int | Optional | If set, contains the expiration date of the current Telegram Star subscription period » for the specified participant. |
Type: ChannelParticipant
Example:
$channelParticipant = ['_' => 'channelParticipant', 'user_id' => long, 'date' => int, 'subscription_until_date' => int];