kcode-tg-kennedy-bot 0.5.7

A host-integrated Telegram Bot API facade over durable transport state
Documentation
1
2
3
4
5
6
7
pub(super) use kcode_telegram_request_policy::{
    request_error_class, retry_download, retry_request,
};

pub(super) fn anyhow_error_class(error: &anyhow::Error) -> &'static str {
    kcode_telegram_request_policy::anyhow_error_class(error)
}