Emoji

Members

Functions

imageURL
URL imageURL()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Emoji other)
Undocumented in source. Be warned that the author may not have intended to support it.
toAPIString
string toAPIString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin OptionalSerializer!(typeof(this))
Undocumented in source.

Static functions

builtin
Emoji builtin(string emoji)
Undocumented in source. Be warned that the author may not have intended to support it.
named
Emoji named(Snowflake id, string name, bool animated)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

animated
bool animated;
Undocumented in source.
id
Nullable!Snowflake id;
Undocumented in source.
managed
bool managed;
Undocumented in source.
name
string name;
Undocumented in source.
require_colons
bool require_colons;
Undocumented in source.
roles
Snowflake[] roles;
Undocumented in source.
user
User user;
Undocumented in source.

Meta