ultra-telegram-framework
    Preparing search index...

    Interface DeleteBusinessMessagesParams

    interface DeleteBusinessMessagesParams {
        business_connection_id: string;
        message_ids: number[];
    }
    Index

    Properties

    business_connection_id: string

    Unique identifier of the business connection on behalf of which to delete the messages

    message_ids: number[]

    A JSON-serialized list of 1-100 identifiers of messages to delete. All messages must be from the same chat. See deleteMessage for limitations on which messages can be deleted