1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 07:27:20 +01:00
MadelineProto/old_docs/API_docs_v66/constructors/updateChatParticipants.md
2017-06-30 15:36:33 +02:00

645 B

title description
updateChatParticipants updateChatParticipants attributes, type and example

Constructor: updateChatParticipants

Back to constructors index

Attributes:

Name Type Required
participants ChatParticipants Yes

Type: Update

Example:

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

Or, if you're into Lua:

updateChatParticipants={_='updateChatParticipants', participants=ChatParticipants, }