805 B
805 B
title | description | image |
---|---|---|
updateChatParticipants | Composition of chat participants changed. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChatParticipants
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}