panda 0.5.3

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

#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct GuildDelete {
    pub id: String,
    pub unavailable: bool,
}