Skip to main content

SleepyDiscord::Emoji

Inherits from SleepyDiscord::IdentifiableDiscordObject< Emoji >, SleepyDiscord::DiscordObject

inherited members​

Public Types inherited from SleepyDiscord::IdentifiableDiscordObject< Emoji >

Name
using IdentifiableDiscordObject< Derived >Parent
using Snowflake< Derived >Identifier

Public Functions inherited from SleepyDiscord::IdentifiableDiscordObject< Emoji >

Name
IdentifiableDiscordObject() =default
IdentifiableDiscordObject(Snowflake< Derived > id)
operator Snowflake< Derived > &()
boolempty() const
voidmerge(Derived & changes)
template <class DiscordObject >
bool
operator==(const Snowflake< DiscordObject > & right) const
template <class DiscordObject >
bool
operator!=(const Snowflake< DiscordObject > & right) const
booloperator==(const Snowflake< Derived > & right) const
booloperator!=(const Snowflake< Derived > & right) const
booloperator==(const IdentifiableDiscordObject< Derived > & right) const
booloperator!=(const IdentifiableDiscordObject< Derived > & right) const
const TimegetTimestamp()

Public Attributes inherited from SleepyDiscord::IdentifiableDiscordObject< Emoji >

Name
Snowflake< Derived >ID

Public Functions Documentation​

function ~Emoji​

~Emoji()

function Emoji​

Emoji() =default

function Emoji​

Emoji(
const json::Value & rawJSON
)

function Emoji​

inline Emoji(
const nonstd::string_view & json
)

function std::make_tuple​

JSONStructStart std::make_tuple(
json::pair &::, "", ::NULLABLE_FIELD ,
json::pair &::, "", ::NULLABLE_FIELD ,
json::pair< json::ContainerTypeHelper > &::, "", ::OPTIONAL_FIELD ,
json::pair &::, "", ::OPTIONAL_FIELD ,
json::pair &::, "", ::OPTIONAL_FIELD ,
json::pair &::, "", ::OPTIONAL_FIELD
)

Public Attributes Documentation​

variable name​

std::string name;

variable roles​

std::vector< Snowflake< Role > > roles;

variable user​

User user;

variable requireColons​

bool requireColons = false;

variable managed​

bool managed = false;

Updated on 13 April 2022 at 18:39:59 UTC