MadelineProto/docs/API_docs/constructors/channelParticipantSelf.md
2016-12-30 23:21:36 +03:00

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