[][src]Function telebot::bot::_fetch

pub fn _fetch(
    fut_res: ResponseFuture
) -> impl Future<Item = String, Error = Error>

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