[][src]Module telebot::bot

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
RequestHandle

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.