The large list of Discord API types and Gateway types
Use the package manager cargo to install adiscord.
bash
cargo add adiscord-types
```rust use adiscord_types;
fn showtype() -> adiscordtypes::api::message::Message {
} ```
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.