MadelineProto/old_docs/API_docs_v40/constructors/updateChatParticipants.md

526 B

title description
updateChatParticipants updateChatParticipants attributes, type and example

Constructor: updateChatParticipants

Back to constructors index

Attributes:

Name Type Required
participants ChatParticipants Required

Type: Update

Example:

$updateChatParticipants = ['_' => 'updateChatParticipants', 'participants' => ChatParticipants, ];