vtg 1.1.2

Library for creating VK and Telegram bots
Documentation
1
2
3
4
#[tokio::test]
async fn requests() {
    assert_eq!("hello".to_string(), "hello".to_string());
}