InputMessageForwarded¶
A forwarded message
InputMessageForwarded(
from_chat_id: int53,
message_id: int53,
in_game_share: Bool,
replace_video_start_timestamp: Bool,
new_video_start_timestamp: int32,
copy_options: MessageCopyOptions
) → InputMessageContent
from_chat_id¶
int53
Identifier for the chat this forwarded message came from
message_id¶
int53
Identifier of the message to forward. A message can be forwarded only if messageProperties.can_be_forwarded
in_game_share¶
Bool
Pass true if a game message is being shared from a launched game; applies only to game messages
replace_video_start_timestamp¶
Bool
Pass true to replace video start timestamp in the forwarded message
new_video_start_timestamp¶
int32
The new video start timestamp; ignored if replace_video_start_timestamp == false
copy_options¶
Options to be used to copy content of the message without reference to the original sender; pass null to forward the message as usual