1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 03:36:55 +01:00
MadelineProto/docs/TD_docs/methods/forwardMessages.md

1.3 KiB

title description
forwardMessages Forwards previously sent messages. Returns forwarded messages in the same order as message identifiers passed in message_ids. If message can't be forwarded, null will be returned instead of the message

Method: forwardMessages

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Forwards previously sent messages. Returns forwarded messages in the same order as message identifiers passed in message_ids. If message can't be forwarded, null will be returned instead of the message

Parameters:

Name Type Required Description
chat_id CLICK ME int53 Yes Identifier of a chat to forward messages
from_chat_id CLICK ME int53 Yes Identifier of a chat to forward from
message_ids Array of CLICK ME int53 Yes Identifiers of messages to forward
disable_notification CLICK ME Bool Yes Pass true, to disable notification about the message, doesn't works if messages are forwarded to secret chat
from_background CLICK ME Bool Yes Pass true, if the message is sent from background

Return type: Messages