Skip to main content

SleepyDiscord::InteractionData::ResolvedData

Inherits from SleepyDiscord::DiscordObject

Public Functions Documentation​

function ResolvedData​

ResolvedData() =default

function ResolvedData​

ResolvedData(
json::Value & json
)

function ResolvedData​

inline ResolvedData(
const nonstd::string_view & json
)

function std::make_tuple​

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

Public Attributes Documentation​

variable users​

Data< User > users;

variable members​

Data< ServerMember > members;

variable roles​

Data< Role > roles;

variable channels​

Data< Channel > channels;

variable messages​

Data< Message > messages;

variable attachment​

Data< Attachment > attachment;

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