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

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

Back to constructors index

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