Constructor: chatParticipant
Group member.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | Member user ID |
inviter_id | long | Yes | ID of the user that added the member to the group |
date | int | Yes | Date added to the group |
Type: ChatParticipant
Example:
$chatParticipant = ['_' => 'chatParticipant', 'user_id' => long, 'inviter_id' => long, 'date' => int];