Fix Telegram buttons
morfeusys opened this issue · 0 comments
morfeusys commented
Now it's impossible to use reactions.buttons()
with Telegram. Because Telegram Telegram allows only to send keyboard attached to some message.
The idea is to use Telegram's editMessageReplyMarkup
appending inline buttons to the previous message sent to the channel.