627 B
627 B
title | description |
---|---|
channelParticipantSelf | channelParticipantSelf attributes, type and example |
Constructor: channelParticipantSelf
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, ];