Skip to main content

SleepyDiscord::Invite

Inherits from SleepyDiscord::DiscordObject

Public Functions Documentation​

function Invite​

Invite() =default

function Invite​

Invite(
const json::Value & json
)

function Invite​

inline Invite(
const nonstd::string_view & json
)

function std::make_tuple​

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

Public Attributes Documentation​

variable code​

std::string code;

variable server​

Server server;

variable channel​

Channel channel;

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