MadelineProto/docs/API_docs/constructors/channels_channelParticipants.md

898 B

title description
channels.channelParticipants channels_channelParticipants attributes, type and example

Constructor: channels.channelParticipants

Back to constructors index

Attributes:

Name Type Required
count int Yes
participants Array of ChannelParticipant Yes
users Array of User Yes

Type: channels_ChannelParticipants

Example:

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

Or, if you're into Lua:

channels_channelParticipants={_='channels.channelParticipants', count=int, participants={ChannelParticipant}, users={User}, }