Expand description

This module contains all available methods to use the Bot API
To get started, you first have to create a bot

let bot = Bot::new("your_bot_api_key".to_json());

Afterwards you can use the bot, e.g.:

bot.get_me();

Structs