ultra-telegram-framework
    Preparing search index...

    Interface ReadBusinessMessageParams

    interface ReadBusinessMessageParams {
        business_connection_id: string;
        chat_id: number;
        message_id: number;
    }
    Index

    Properties

    business_connection_id: string

    Unique identifier of the business connection on behalf of which to read the message

    chat_id: number

    Unique identifier of the chat in which the message was received. The chat must have been active in the last 24 hours.

    message_id: number

    Unique identifier of the message to mark as read