| 41 | }; |
| 42 | |
| 43 | component::component() : |
| 44 | type(cot_action_row), label(""), style(cos_primary), custom_id(""), |
| 45 | min_values(-1), max_values(-1), min_length(0), max_length(0), disabled(false), |
| 46 | required(false), spoiler(false), is_divider(false), spacing(sep_small) |
| 47 | { |
| 48 | emoji.animated = false; |
| 49 | emoji.id = 0; |
| 50 | emoji.name = ""; |
| 51 | } |
| 52 | |
| 53 | |
| 54 | component& component::set_content(const std::string& text) { |
nothing calls this directly
no outgoing calls
no test coverage detected