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

750 B

title description nav_exclude image
channelParticipant Channel/supergroup participant true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelParticipant

Back to constructors index

Channel/supergroup participant

Attributes:

Name Type Required Description
user_id long Yes Participant user ID
date int Yes Date joined

Type: ChannelParticipant

Example:

$channelParticipant = ['_' => 'channelParticipant', 'user_id' => long, 'date' => int];