ultra-telegram-framework
    Preparing search index...

    Interface RichTextBotCommand

    A bot command.

    interface RichTextBotCommand {
        bot_command: string;
        text: RichText;
        type: string;
    }
    Index

    Properties

    Properties

    bot_command: string

    The bot command

    text: RichText

    The text

    type: string

    Type of the rich text, always "bot_command"