ultra-telegram-framework
    Preparing search index...

    Interface MessageOriginUser

    The message was originally sent by a known user.

    interface MessageOriginUser {
        date: number;
        sender_user: User;
        type: string;
    }
    Index

    Properties

    Properties

    date: number

    Date the message was sent originally in Unix time

    sender_user: User

    User that sent the message originally

    type: string

    Type of the message origin, always "user"