Skip to main content

SleepyDiscord::ActivityTimestamp

Inherits from SleepyDiscord::DiscordObject

Public Functions Documentation​

function ActivityTimestamp​

ActivityTimestamp() =default

function ~ActivityTimestamp​

~ActivityTimestamp() =default

function ActivityTimestamp​

ActivityTimestamp(
const json::Value & json
)

function ActivityTimestamp​

inline ActivityTimestamp(
const nonstd::string_view & json
)

function std::make_tuple​

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

Public Attributes Documentation​

variable start​

Time start = 0;

variable end​

Time end = 0;

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