Constructor: channels.channelParticipant
Represents a channel participant
Attributes:
Name | Type | Required | Description |
---|---|---|---|
participant | ChannelParticipant | Yes | The channel participant |
chats | Array of Chat | Yes | Mentioned chats |
users | Array of User | Yes | Users |
Type: channels.ChannelParticipant
Example:
$channels_channelParticipant = ['_' => 'channels.channelParticipant', 'participant' => ChannelParticipant, 'chats' => [Chat, Chat], 'users' => [User, User]];