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}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.