--- title: updateChatParticipants description: updateChatParticipants attributes, type and example --- ## Constructor: updateChatParticipants [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |participants|[ChatParticipants](../types/ChatParticipants.md) | Required| ### Type: [Update](../types/Update.md) ### Example: ``` $updateChatParticipants = ['_' => 'updateChatParticipants', 'participants' => ChatParticipants, ]; ```