Struct dasi::model::EmojiId
[−]
[src]
pub struct EmojiId(pub u64);
An identifier for an Emoji
Methods
impl EmojiId
fn creation_date(&self) -> Timespec
Get the creation date of the object referred to by this ID.
Discord generates identifiers using a scheme based on Twitter Snowflake.