mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:47:54 +01:00
674 B
674 B
title | description |
---|---|
channels.channelParticipant | channels_channelParticipant attributes, type and example |
Constructor: channels.channelParticipant
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], ];