go-telegram / bot

Telegram Bot API Go framework
MIT License
507 stars 46 forks source link

Improve inline_keyboard example app #31

Closed xeptore closed 1 year ago

xeptore commented 1 year ago
negasus commented 1 year ago

I think, if we use error check on bot init in this example, we should use this approach for all examples?

xeptore commented 1 year ago

@negasus, yup. That make sense. But it's a matter of being lazy 😃 and fixing only what came across my way. I can update only the bot instantiation logic for all examples similar to this one, if that's fine.

negasus commented 1 year ago

Thanks)