Constructor: chatParticipantAdmin
Chat admin
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | ID of a group member that is admin |
inviter_id | long | Yes | ID of the user that added the member to the group |
date | int | Yes | Date when the user was added |
Type: ChatParticipant
Example:
$chatParticipantAdmin = ['_' => 'chatParticipantAdmin', 'user_id' => long, 'inviter_id' => long, 'date' => int];