1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 13:47:20 +01:00
MadelineProto/docs/API_docs/constructors/updateChatParticipants.md
2016-12-30 23:21:36 +03:00

522 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, ];