safe-vk 0.2.1

A simple library to create your own vk bot for conversations
Documentation
1
2
3
4
5
6
7
8
use serde::Deserialize;

#[derive(Deserialize, Debug, PartialEq)]
pub struct LongPollResponse {
    pub key: String,
    pub server: String,
    pub ts: String,
}