Link Search Menu Expand Document

Constructor: updateBotDeleteBusinessMessage

Back to constructors index

A message was deleted in a connected business chat ».

Attributes:

NameTypeRequiredDescription
connection_idstringYesBusiness connection ID.
peerlongYesPeer where the messages were deleted.
messagesArray of intYesIDs of the messages that were deleted.
qtsintYesNew qts value, see updates » for more info.

Type: Update

Example:

$updateBotDeleteBusinessMessage = ['_' => 'updateBotDeleteBusinessMessage', 'connection_id' => 'string', 'peer' => long, 'messages' => [int, int], 'qts' => int];