telegram_types 0.7.0

Types in the Telegram Bot API and their deserializers
Documentation
1
2
3
4
/// Simple serde helper function that always return false.
pub(crate) fn falsum() -> bool {
    false
}