twilight-model 0.17.1

Discord API models for the Twilight ecosystem.
Documentation
1
2
3
4
5
6
use serde::{Deserialize, Serialize};

#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
pub struct Hello {
    pub heartbeat_interval: u64,
}