Skip to main content

SleepyDiscord::SessionStartLimit

Inherits from SleepyDiscord::DiscordObject

Public Functions Documentation​

function SessionStartLimit​

SessionStartLimit() =default

function SessionStartLimit​

SessionStartLimit(
const json::Value & rawJSON
)

function SessionStartLimit​

inline SessionStartLimit(
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
)

Public Attributes Documentation​

variable total​

int total = 0;

variable remaining​

int remaining = 0;

variable resetAfter​

int resetAfter = 0;

variable maxConcurency​

int maxConcurency = 0;

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