package
1.17.4
Repository: https://github.com/g4s8/openbots.git
Documentation: pkg.go.dev

# 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.

# Structs

Bot is a main bot instance.

# Type aliases

Option is a functional option for Bot.