MadelineProtoDocs/old_docs/API_docs_v14/constructors/updateChatParticipants.md

805 B

title description image
updateChatParticipants Composition of chat participants changed. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateChatParticipants

Back to constructors index

Composition of chat participants changed.

Attributes:

Name Type Required Description
participants ChatParticipants Yes Updated chat participants

Type: Update

Example:

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

Or, if you're into Lua:

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