use HashMap;
use Value;
/// JSON dictionary type used for Telegram API responses.
pub type JsonDict = ;
/// Markdown parse mode version (1 or 2).
pub type MarkdownVersion = u8;
/// Valid poll correct-option IDs (0–9).
pub type CorrectOptionId = u8;
/// HTTP versions accepted by the Telegram Bot API client.