Skip to content
Mahdi Dibaiee edited this page Jul 3, 2015 · 2 revisions

Forward

Forwards a message using forwardMessage.

Here is the chainable method equivalent of each option:

  • to => chat_id
  • from => from_chat_id
  • message => message_id
new Forward().from(chat.id).message(message_id).to(another_chat.id);
Clone this wiki locally