[][src]Crate tgbot

A Telegram Bot API client library

Re-exports

pub use mime;

Modules

longpoll

Utilities to receive updates using long poll

methods

Methods available in the Bot API

types

Types available in the Bot API

webhook

Services to receive updates via webhook

Structs

Api

Telegram Bot API client

Config

An API config

Enums

ApiError

A general API error

DownloadFileError

An error when downloading file

ExecuteError

An error when executing method

ParseProxyError

An error when parsing proxy

Traits

UpdateHandler

An update handler

Attribute Macros

async_trait