MadelineProto/docs/API_docs/constructors/channelParticipantSelf.md
2016-12-20 13:15:22 +01:00

557 B

title
channelParticipantSelf

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