Interface InputMessageForwarded

A forwarded message. Subtype of InputMessageContent.

interface InputMessageForwarded {
    @type: "inputMessageForwarded";
    copy_options: MessageCopyOptions;
    from_chat_id: number;
    in_game_share?: boolean;
    message_id: number;
}

Properties

@type: "inputMessageForwarded"
copy_options: MessageCopyOptions

Options to be used to copy content of the message without reference to the original sender; pass null to forward the message as usual.

from_chat_id: number

Identifier for the chat this forwarded message came from.

in_game_share?: boolean

True, if a game message is being shared from a launched game; applies only to game messages.

message_id: number

Identifier of the message to forward. A message can be forwarded only if messageProperties.can_be_forwarded.