I am trying to forward a message in telegram bot API. It shows "Bad Request: chat_id is empty" despite using same chat_id in sendMessage and works perfectly fine.
Requested Method
https://api.telegram.org/bot{BOT_TOKEN}/forwardMessage?chat_id={CHAT_ID}&from_chat_id={ID}&message_id={MID}
Result:
{"ok":false,"error_code":400,"description":"Bad Request: chat_id is empty"}
Updates
There is a reported bug for similar problem in sendPhoto and sendDocument at this link.
CHAT_IDandIDcome from. - Drown