# Functions

No description provided by the author
TODO: very ugly, but very useful.
IsCommand checks the text can be interpreted as command.
Parse splits text string to command name and arguments.
ParseArguments splits text to arguments.
No description provided by the author

# Constants

No description provided by the author
LongRequestTimeout is a default timeout for long-possible requests.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Type describes commands of specific types.

# Interfaces

Command represents chat bot command.
No description provided by the author
No description provided by the author

# Type aliases

Arguments is a list of command given arguments.
Factory can create Command of specified type.
No description provided by the author