botapi 0.0.23

A mildly competent autogenerated telegram api wrapper
Documentation
# botapi-rs
Autogenerated telegram bot api wrapper using api spec from https://github.com/PaulSonOfLars/telegram-bot-api-spec.  
Generates a full serde-based telegram bot api wrapper with idiomatic design patterns. 

## Features
- Automatically kept up to date with the latest telegram api  
- Minimal fluff and boilerplate  
- Full async support with tokio  
- Support for both long polling and webhooks  
- Automatically generated documentation  


## Building the docs

Documentation is generated inline during compilation, to view the docs just run

```
cargo build
cargo doc --open
```