mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.0 KiB
1.0 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
channels.channelParticipant | Represents a channel participant | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/channels_channelParticipant.html |
Constructor: channels.channelParticipant
Represents a channel participant
Attributes:
Name | Type | Required | Description |
---|---|---|---|
participant | ChannelParticipant | Yes | The channel participant |
chats | Array of Chat | Yes | Mentioned chats |
users | Array of User | Yes | Users |
Type: channels.ChannelParticipant
Example:
$channels_channelParticipant = ['_' => 'channels.channelParticipant', 'participant' => ChannelParticipant, 'chats' => [Chat, Chat], 'users' => [User, User]];