Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface ReplyOptions

    interface ReplyOptions {
        disable_web_page_preview?: boolean;
        parse_mode?: string;
        reply_to_message_id?: number;
        reply_markup?: TelegramReplyMarkup;
    }
    Index

    Properties

    disable_web_page_preview?: boolean
    parse_mode?: string
    reply_to_message_id?: number
    reply_markup?: TelegramReplyMarkup