Constructor: updateChatParticipants
Composition of chat participants changed.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
participants | ChatParticipants | Yes | Updated chat participants |
Type: Update
Example:
$updateChatParticipants = ['_' => 'updateChatParticipants', 'participants' => ChatParticipants];