642 B
642 B
title | description |
---|---|
chatParticipants | chatParticipants attributes, type and example |
Constructor: chatParticipants
Attributes:
Name | Type | Required |
---|---|---|
chat_id | int | Required |
participants | Array of ChatParticipant | Required |
version | int | Required |
Type: ChatParticipants
Example:
$chatParticipants = ['_' => 'chatParticipants', 'chat_id' => int, 'participants' => [Vector t], 'version' => int, ];