MadelineProto/docs/API_docs/constructors/channels_channelParticipant.md
2016-12-20 13:15:22 +01:00

600 B

title
channels_channelParticipant

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], ];