go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.7k stars 879 forks source link

Get content of message by id #542

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello, can i get context of message by id and chatId??

temamagic commented 2 years ago

Hi there, bot api doesn't provide method for this, but you can forward message and get contents in response

progforyou commented 2 years ago

Hi there, bot api doesn't provide method for this, but you can forward message and get contents in response

Hi, how can i forward message without not real channel (for example channel id 0), for get contents of message?