telegram_types 0.4.0

Types in the Telegram Bot API and their deserializers
Documentation
[badges.travis-ci]
branch = "master"
repository = "quanbrew/telegram-types"
[dependencies.chrono]
features = ["serde"]
optional = true
version = "0.4"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[features]
high = ["chrono"]

[package]
authors = ["Quan Brew <t@ioover.net>"]
categories = ["api-bindings"]
description = "Types in the Telegram Bot API and their deserializers"
license = "MIT"
name = "telegram_types"
readme = "README.md"
repository = "https://github.com/quanbrew/telegram-types"
version = "0.4.0"