Added documentation for Emoji
This commit is contained in:
parent
c3c9abaff0
commit
cfdb83fb9a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
use serde::Serialize;
|
use serde::Serialize;
|
||||||
|
|
||||||
|
/// Contains data of an Emoji. ID must be a Discord Emoji ID.
|
||||||
#[derive(Serialize, Debug)]
|
#[derive(Serialize, Debug)]
|
||||||
pub struct Emoji {
|
pub struct Emoji {
|
||||||
name: String,
|
name: String,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue