758 B
758 B
title | description | image |
---|---|---|
updateChatParticipants | Update chat participants | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChatParticipants
Update chat participants
Attributes:
Name | Type | Required | Description |
---|---|---|---|
participants | ChatParticipants | Yes | Participants |
Type: Update
Example:
$updateChatParticipants = ['_' => 'updateChatParticipants', 'participants' => ChatParticipants];
Or, if you're into Lua:
updateChatParticipants={_='updateChatParticipants', participants=ChatParticipants}