Skip to main content

SleepyDiscord::InteractionCallback::Modal

Inherits from SleepyDiscord::DiscordObject

Public Functions Documentation​

function Modal​

Modal() =default

function Modal​

Modal(
json::Value & json
)

function Modal​

inline Modal(
const nonstd::string_view & json
)

function empty​

inline const bool empty() const

function std::make_tuple​

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

Public Attributes Documentation​

variable customID​

std::string customID;

variable title​

std::string title;

variable components​

std::vector< std::shared_ptr< BaseComponent > > components;

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