module Telegram: sig
.. end
The base module for the API, equivalent to TelegramApi
module Api: sig
.. end
module Actions: sig
.. end
A module that exposes convenience functions for bot actions, equivalent to TelegramActions
module BotDefaults: sig
.. end
Default options for a bot, if no configuration is needed.