MadelineProtoDocs/docs/API_docs/constructors/channelParticipantSelf.md
2024-05-01 14:53:46 +02:00

991 B

title description nav_exclude image
channelParticipantSelf Myself true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelParticipantSelf

Back to constructors index

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];