mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
991 B
991 B
title | description | nav_exclude | image |
---|---|---|---|
channelParticipantSelf | Myself | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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 |
Type: ChannelParticipant
Example:
$channelParticipantSelf = ['_' => 'channelParticipantSelf', 'via_request' => Bool, 'user_id' => long, 'inviter_id' => long, 'date' => int];