# Functions
New creates a new bot instance with default values for empty options.
No description provided by the author
NewWithOptions creates a new bot instance with options or default values for empty options.
WithAPIAddr option sets API address for bot.
WithAssets option sets assets provider for bot.
WithContextProvider option sets context provider for bot.
WithHTTPClient option sets HTTP client for bot.
WithLogger option sets logger for bot.
WithPaymentProviders option sets payment providers for bot.
WithSecrets option sets secrets provider for bot.
WithStateProvider option sets state provider for bot.
# Type aliases
Option is a functional option for Bot.