defstudio / telegraph

Telegraph is a Laravel package for fluently interacting with Telegram Bots
MIT License
675 stars 116 forks source link

How to set the default menuButton for BOT (not for chat)? #479

Closed siarheipashkevich closed 8 months ago

siarheipashkevich commented 8 months ago

Telegram API has an ability to omit the chat_id parameter: https://core.telegram.org/bots/api#setchatmenubutton

But Telegraph facade is not allowed to call this method without chat_id.

image
[2024-01-23 16:30:17] production.ERROR: No TelegraphChat defined for this request
fabio-ivona commented 8 months ago

Thanks for pointing this out, will fix this in next release

fabio-ivona commented 8 months ago

implemented in #484