Skip to main content

SleepyDiscord::MessageReference

Public Functions Documentation​

function MessageReference​

MessageReference() =default

function ~MessageReference​

~MessageReference() =default

function MessageReference​

MessageReference(
const json::Value & json
)

function MessageReference​

inline MessageReference(
const nonstd::string_view & json
)

function MessageReference​

inline MessageReference(
const Message & message
)

function std::make_tuple​

JSONStructStart std::make_tuple(
json::pair &::, "", ::OPTIONAL_FIELD ,
json::pair &::, "", ::OPTIONAL_FIELD ,
json::pair &::, "", ::OPTIONAL_FIELD
)

function empty​

inline const JSONStructEnd bool empty() const

Public Attributes Documentation​

variable messageID​

Snowflake< Message > messageID;

variable channelID​

Snowflake< Channel > channelID;

variable serverID​

Snowflake< Server > serverID;

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