telegram-typings 3.6.1

Structs represents telegram bot typings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Telegram Typings
[![Crates.io](https://img.shields.io/crates/v/telegram-typings.svg)](https://crates.io/crates/telegram-typings)
[![docs.rs](https://docs.rs/telegram-typings/badge.svg)](https://docs.rs/telegram-typings)



This library has structs to parse Telegram Bot Answer with serde.

## Usage
Add this to your `Cargo.toml`
``` toml
[dependencies]
telegram-typings = "3.5.2"
```