Interface MessageImportInfo

Contains information about a message created with importMessages.

interface MessageImportInfo {
    @type: "messageImportInfo";
    date: number;
    sender_name: string;
}

Properties

@type: "messageImportInfo"
date: number

Point in time (Unix timestamp) when the message was originally sent.

sender_name: string

Name of the original sender.