Module telebot::bot[][src]

This is the actual Bot module. For ergonomic reasons there is a RcBot which uses the real bot as an underlying field. You should always use RcBot.

Structs

Bot

The main bot structure

RcBot

A clonable, single threaded bot

Functions

_fetch

Calls the Telegram API for the function and awaits the result. The result is then converted to a String and returned in a Future.