A message was deleted in a connected business chat ».
updateBotDeleteBusinessMessage#a02a982e connection_id:string peer:Peer messages:Vector<int> qts:int = Update;
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. |
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.
How to subscribe to updates and handle them properly.
Business users can connect Telegram bots that will process and answer messages on their behalf. This allows businesses to seamlessly integrate any existing tools and workflows, or add AI assistants that manage their chats.