vkteams-bot-0.9.6 has been yanked.
VK Teams Bot API client
Table of Contents
Environment
There are two ways to initialize the bot:
Option 1: Using Environment Variables (Default)
-
Begin with bot API following instructions
-
Set environment variables or save in
.envfile
# Unix-like
# Windows
- Put lines in you
Cargo.tomlfile
[]
= { = "0.9", = ["full"] }
Option 2: Direct Parameter Passing
Alternatively, you can create the bot by directly passing parameters:
let bot = with_default_version?;