disruption_types 0.2.0

Types for communicating with the Discord API and gateway
Documentation
1
2
3
4
5
6
7
8
// TODO: Move these to own crate
pub mod channel;
pub mod entities;
pub mod gateway;
pub mod interactions;
pub mod opcodes;
pub mod payloads;
pub mod resources;