Skip to main content

SleepyDiscord::ActivityParty

Inherits from SleepyDiscord::DiscordObject

Public Functions Documentation​

function ActivityParty​

ActivityParty() =default

function ~ActivityParty​

~ActivityParty() =default

function ActivityParty​

ActivityParty(
const json::Value & json
)

function ActivityParty​

inline ActivityParty(
const nonstd::string_view & json
)

function std::make_tuple​

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

Public Attributes Documentation​

variable ID​

std::string ID;

variable size​

std::array< int64_t, 2 > size;

variable currentSize​

int64_t & currentSize = size[0];

variable maxSize​

int64_t & maxSize = size[1];

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