Skip to main content

SleepyDiscord::Gateway

Public Functions Documentation​

function Gateway​

Gateway() =default

function Gateway​

Gateway(
const json::Value & rawJSON
)

function Gateway​

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

Public Attributes Documentation​

variable url​

std::string url;

variable shards​

int shards;

variable sessionStartLimit​

SessionStartLimit sessionStartLimit;

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