ultra-telegram-framework
    Preparing search index...

    Interface RichTextStrikethrough

    A strikethrough text.

    interface RichTextStrikethrough {
        text: RichText;
        type: string;
    }
    Index

    Properties

    Properties

    text: RichText

    The text

    type: string

    Type of the rich text, always "strikethrough"