## Constructor: updateChatParticipants ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |participants|[ChatParticipants](../types/ChatParticipants.md) | Required| ### Type: [Update](../types/Update.md) ### Example: ``` $updateChatParticipants = ['participants' => ChatParticipants, ]; ```