ultra-telegram-framework
    Preparing search index...

    Interface RichTextSpoiler

    A text covered by a spoiler.

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

    Properties

    Properties

    text: RichText

    The text

    type: string

    Type of the rich text, always "spoiler"