mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
876 B
876 B
title | description | nav_exclude | image |
---|---|---|---|
updateBotDeleteBusinessMessage | updateBotDeleteBusinessMessage attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateBotDeleteBusinessMessage
Attributes:
Name | Type | Required |
---|---|---|
connection_id | string | Yes |
peer | long | Yes |
messages | Array of int | Yes |
qts | int | Yes |
Type: Update
Example:
$updateBotDeleteBusinessMessage = ['_' => 'updateBotDeleteBusinessMessage', 'connection_id' => 'string', 'peer' => long, 'messages' => [int, int], 'qts' => int];