mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
750 B
750 B
title | description | nav_exclude | image |
---|---|---|---|
channelParticipant | Channel/supergroup participant | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelParticipant
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];