ultra-telegram-framework
    Preparing search index...

    Interface RichTextDateTime

    Formatted date and time.

    interface RichTextDateTime {
        date_time_format: string;
        text: RichText;
        type: string;
        unix_time: number;
    }
    Index

    Properties

    date_time_format: string

    The string that defines the formatting of the date and time. See date-time entity formatting for more details.

    text: RichText

    The text

    type: string

    Type of the rich text, always "date_time"

    unix_time: number

    The Unix time associated with the entity