updateBotDeleteBusinessMessage

A message was deleted in a connected business chat ».

생성자 스키마는 레이어 177부터 사용할 수 있습니다. 전환 »

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.

Connected business bots

Users can connect Telegram bots that will process and answer messages on their behalf. This allows them to seamlessly integrate any existing tools and workflows, or add AI assistants that manage their chats.