Constructor: chatParticipants
Group members.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | Group identifier |
participants | Array of ChatParticipant | Yes | List of group members |
version | int | Yes | Group version number |
Type: ChatParticipants
Example:
$chatParticipants = ['_' => 'chatParticipants', 'chat_id' => long, 'participants' => [ChatParticipant, ChatParticipant], 'version' => int];