mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 09:07:47 +01:00
526 B
526 B
title | description |
---|---|
updateChatParticipants | updateChatParticipants attributes, type and example |
Constructor: updateChatParticipants
Attributes:
Name | Type | Required |
---|---|---|
participants | ChatParticipants | Required |
Type: Update
Example:
$updateChatParticipants = ['_' => 'updateChatParticipants', 'participants' => ChatParticipants, ];