MadelineProtoDocs/old_docs/API_docs_v105/constructors/updateChatParticipantDelete.md
2019-09-13 17:13:55 +02:00

886 B

title description image
updateChatParticipantDelete Update chat participant delete https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateChatParticipantDelete

Back to constructors index

Update chat participant delete

Attributes:

Name Type Required Description
chat_id int Yes Chat ID
user_id int Yes User ID
version int Yes Version

Type: Update

Example:

$updateChatParticipantDelete = ['_' => 'updateChatParticipantDelete', 'chat_id' => int, 'user_id' => int, 'version' => int];

Or, if you're into Lua:

updateChatParticipantDelete={_='updateChatParticipantDelete', chat_id=int, user_id=int, version=int}