| 467 | } |
| 468 | |
| 469 | interaction::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 | |
| 472 | command_interaction interaction::get_command_interaction() const { |
| 473 | if (std::holds_alternative<command_interaction>(data)) { |
nothing calls this directly
no outgoing calls
no test coverage detected