Link Search Menu Expand Document

Constructor: channelParticipant

Back to constructors index

Channel/supergroup participant

Attributes:

NameTypeRequiredDescription
user_idlongYesParticipant user ID
dateintYesDate joined

Type: ChannelParticipant

Example:

$channelParticipant = ['_' => 'channelParticipant', 'user_id' => long, 'date' => int];