Constructor: channelParticipantSelf
Myself
Attributes:
Name | Type | Required | Description |
---|---|---|---|
via_request | Bool | Optional | Whether I joined upon specific approval of an admin |
user_id | long | Yes | User ID |
inviter_id | long | Yes | User that invited me to the channel/supergroup |
date | int | Yes | When did I join the channel/supergroup |
subscription_until_date | int | Optional |
Type: ChannelParticipant
Example:
$channelParticipantSelf = ['_' => 'channelParticipantSelf', 'via_request' => Bool, 'user_id' => long, 'inviter_id' => long, 'date' => int, 'subscription_until_date' => int];