MadelineProto/old_docs/API_docs_v55/constructors/channels_channelParticipants.md
2017-01-19 23:02:27 +01:00

742 B

title description
channels.channelParticipants channels_channelParticipants attributes, type and example

Constructor: channels.channelParticipants

Back to constructors index

Attributes:

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

Type: channels_ChannelParticipants

Example:

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