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 |
Type: ChannelParticipant
Example:
$channelParticipant = ['_' => 'channelParticipant', 'user_id' => long, 'date' => int, 'subscription_until_date' => int];