Link Search Menu Expand Document

Constructor: channels.channelParticipants

Back to constructors index

Represents multiple channel participants

Attributes:

NameTypeRequiredDescription
countintYesTotal number of participants that correspond to the given query
participantsArray of ChannelParticipantYesParticipants
chatsArray of ChatYesMentioned chats
usersArray of UserYesUsers mentioned in participant info

Type: channels.ChannelParticipants

Example:

$channels_channelParticipants = ['_' => 'channels.channelParticipants', 'count' => int, 'participants' => [ChannelParticipant, ChannelParticipant], 'chats' => [Chat, Chat], 'users' => [User, User]];