The Bot class responds to incoming events from Callback API, and figures out what needs to be done.
Creates a new Bot.
a Core object
group ID from Callback API settings
confirmation token from Callback API settings
secret key (can be set in Callback API settings)
the port bot will run at
Confirmation token.
Core.
Group ID.
Port.
Secret.
Starts the bot.
Generated using TypeDoc
The Bot class responds to incoming events from Callback API, and figures out what needs to be done.