ultra-telegram-framework
    Preparing search index...

    Interface BusinessMessagesDeleted

    This object is received when messages are deleted from a connected business account.

    interface BusinessMessagesDeleted {
        business_connection_id: string;
        chat: Chat;
        message_ids: number[];
    }
    Index

    Properties

    business_connection_id: string

    Unique identifier of the business connection

    chat: Chat

    Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.

    message_ids: number[]

    The list of identifiers of deleted messages in the chat of the business account