Package-level declarations

Types

Link copied to clipboard
interface BotContext<T>

Bot context parent interface, see Bot context article

Link copied to clipboard
interface ClassData<T> : BotContext<T>

Bot class data, see Bot context article

Link copied to clipboard
interface ClassManager

Interface, which is used to process classes, can be inherited to work with DI libraries.

Link copied to clipboard
interface InputListener

Bot input listener, see Waiting Input example in article

Link copied to clipboard
interface UserData<T> : BotContext<T>

Bot user data, see Bot context article