1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 08:47:50 +01:00
MadelineProto/docs/API_docs/constructors/channels_channelParticipant.md
2016-12-30 23:21:36 +03:00

671 B

title description
channels_channelParticipant channels_channelParticipant attributes, type and example

Constructor: channels_channelParticipant

Back to constructors index

Attributes:

Name Type Required
participant ChannelParticipant Required
users Array of User Required

Type: channels_ChannelParticipant

Example:

$channels_channelParticipant = ['_' => 'channels_channelParticipant', 'participant' => ChannelParticipant, 'users' => [Vector t], ];