Interface MessageOriginHiddenUser

The message was originally sent by an unknown user.

interface MessageOriginHiddenUser {
    date: number;
    sender_user_name: string;
    type: "hidden_user";
}

Properties

date: number

Date the message was sent originally in Unix time

sender_user_name: string

Name of the user that sent the message originally

type: "hidden_user"

Type of the message origin, always “hidden_user”