MadelineProto/old_docs/API_docs_v46/constructors/channels_channelParticipant.md

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