panda 0.2.1

An async Rust library for Discord
Documentation
1
2
3
4
5
6
7
8
use serde::{ Deserialize, Serialize };

#[derive(Debug, Deserialize, Serialize)]
pub struct VoiceServerUpdate {
    token: String,
    guild_id: String,
    endpoint: String
}