updateBotDeleteBusinessMessage

A message was deleted in a connected business chat ».

updateBotDeleteBusinessMessage#a02a982e connection_id:string peer:Peer messages:Vector<int> qts:int = Update;

Parameters

Name Type Description
connection_id string Business connection ID.
peer Peer Peer where the messages were deleted.
messages Vector<int> IDs of the messages that were deleted.
qts int New qts value, see updates » for more info.

Type

Update

Related pages

Peer database

Many constructors in the API need to be stored in a local database upon reception and should only ever be updated reactively (passively) when received via updates or by other means (as specified in the documentation), to avoid overloading the server by continuously requesting changes for the same unchanged information.

Working with Updates

How to subscribe to updates and handle them properly.

Business

Users can turn their Telegram account into a business account, gaining access to business features such as opening hours, location, quick replies, automated messages, custom start pages, chatbot support, and more.