PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
509 stars 114 forks source link

Add support for skipping the startup token check #52

Closed PaulSonOfLars closed 2 years ago

PaulSonOfLars commented 2 years ago

What

Provide a way of speeding up startup time for use in constrained environemnts (eg lambdas) where the startup time is critical.

Impact