Interface MessageForwardInfo

Contains information about a forwarded message.

interface MessageForwardInfo {
    @type: "messageForwardInfo";
    date: number;
    origin: MessageOrigin;
    public_service_announcement_type: string;
    source: ForwardSource;
}

Properties

@type: "messageForwardInfo"
date: number

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

Origin of the forwarded message.

public_service_announcement_type: string

The type of public service announcement for the forwarded message.

For messages forwarded to the chat with the current user (Saved Messages), to the Replies bot chat, or to the channel's discussion group, information about the source message from which the message was forwarded last time; may be null for other forwards or if unknown.