deptyped / vue-telegram

Telegram integration for Vue
https://vue-tg.deptyped.com
MIT License
189 stars 13 forks source link

BottomButton #37

Open jiexaspb opened 1 month ago

jiexaspb commented 1 month ago

How to display the "bottom" button with the settings that Telegram offers?

Ref: https://core.telegram.org/bots/webapps#bottombutton

aabounegm commented 5 days ago

@jiexaspb It's the same as the MainButton component. You can see in changes to Bot API 7.10 that they renamed the class MainButton to BottomButton, but it seems that this library is still using the old name.

Correction: It seems that only the type name was changed, not the object itself