ultra-telegram-framework
    Preparing search index...

    Interface DeleteMessageParams

    interface DeleteMessageParams {
        chat_id: string | number;
        message_id: number;
    }
    Index

    Properties

    Properties

    chat_id: string | number

    Unique identifier for the target chat or username of the target bot, supergroup or channel in the format \@username

    message_id: number

    Identifier of the message to delete