Skip to main content

SleepyDiscord::VoiceServerUpdate

Inherits from SleepyDiscord::DiscordObject

Public Functions Documentation​

function VoiceServerUpdate​

VoiceServerUpdate() =default

function VoiceServerUpdate​

inline VoiceServerUpdate(
const nonstd::string_view & json
)

function VoiceServerUpdate​

VoiceServerUpdate(
const json::Value & json
)

function std::make_tuple​

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

Public Attributes Documentation​

variable token​

std::string token;

variable serverID​

Snowflake< Server > serverID;

variable endpoint​

std::string endpoint;

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