Link Search Menu Expand Document

Constructor: channels.channelParticipant

Back to constructors index

Represents a channel participant

Attributes:

NameTypeRequiredDescription
participantChannelParticipantYesThe channel participant
chatsArray of ChatYesMentioned chats
usersArray of UserYesUsers

Type: channels.ChannelParticipant

Example:

$channels_channelParticipant = ['_' => 'channels.channelParticipant', 'participant' => ChannelParticipant, 'chats' => [Chat, Chat], 'users' => [User, User]];