TelegramBot.forwardMessage

Forward message from from_chat_id to chat_id

  1. Message forwardMessage(T1 chat_id, T2 from_chat_id, int message_id)
  2. Message forwardMessage(ForwardMessageMethod m)
    struct TelegramBot
    @trusted
    forwardMessage

Return Value

Type: Message

Sent Message

Throws

TelegramBotException on errors

See Also

Meta