khamidjon-khamidov / flutter_telegram_web_app

MIT License
12 stars 6 forks source link

PopupButton id and type should be optional #15

Closed OlegNovosad closed 3 days ago

OlegNovosad commented 6 days ago

More info at: https://core.telegram.org/bots/webapps#popupbutton

Currently only text is optional.

Also assertion on id length should be added (0-64 chars)