GenServer that long-polls Telegram for updates and dispatches them to handlers.
This is started by the bot module child spec generated by use TelegramEx.
See Getting Started and Routers.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(module(), atom(), [module()]) :: GenServer.on_start()