MadelineProto/old_docs/API_docs_v44/constructors/channelParticipantSelf.md

627 B

title description
channelParticipantSelf channelParticipantSelf attributes, type and example

Constructor: channelParticipantSelf

Back to constructors index

Attributes:

Name Type Required
user_id int Required
inviter_id int Required
date int Required

Type: ChannelParticipant

Example:

$channelParticipantSelf = ['_' => 'channelParticipantSelf', 'user_id' => int, 'inviter_id' => int, 'date' => int, ];