adiscord-types 0.0.4

The large list of Discord API types and Gateway types
Documentation
# adiscord-types


The large list of Discord API types and Gateway types

## Installation


Use the package manager [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) to install adiscord.

```bash
cargo add adiscord-types
```

## Usage


```rust
use adiscord_types;

fn show_type() -> adiscord_types::api::message::Message {

}
```

## Contributing


Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

## License


[MIT](https://choosealicense.com/licenses/mit/)