mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:37:51 +01:00
456 B
456 B
title |
---|
updateChatParticipants |
Constructor: updateChatParticipants
Attributes:
Name | Type | Required |
---|---|---|
participants | ChatParticipants | Required |
Type: Update
Example:
$updateChatParticipants = ['_' => updateChatParticipants', 'participants' => ChatParticipants, ];