rust-tg-bot-raw 1.0.0-rc.1

Pure Telegram Bot API types and methods for Rust -- a faithful port of python-telegram-bot's core layer
Documentation
1
2
3
4
/// Returns `true` when every row is a non-string sequence — always valid at the Rust type level.
pub fn check_keyboard_type<T>(_keyboard: &[Vec<T>]) -> bool {
    true
}