module type BOT = sig
.. end
BOT is strictly used for customization of a TELEGRAM_BOT module. Once your customizations have been applied, pass it into Api.Mk to create
the usable TELEGRAM_BOT interface.
val token : string
The API token to use for the bot. Warning: please use ppx_blob to load this in at compile-time and add the blob to your .gitignore
val commands : Api.Command.command list
The list of commands that the bot will be able to use