MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / interaction

Method interaction

src/dpp/slashcommand.cpp:469–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469interaction::interaction() : application_id(0), type(0), guild_id(0), channel_id(0), message_id(0), version(0), attachment_size_limit(DEFAULT_ATTACHMENT_SIZE_LIMIT), cache_policy(cache_policy::cpol_default) {
470}
471
472command_interaction interaction::get_command_interaction() const {
473 if (std::holds_alternative<command_interaction>(data)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected