| 807 | |
| 808 | |
| 809 | interaction_response::interaction_response(interaction_response_type t, const message& m) : type{t}, msg{m} {} |
| 810 | |
| 811 | interaction_response::interaction_response(interaction_response_type t, message&& m) : type{t}, msg{m} {} |
| 812 |
nothing calls this directly
no outgoing calls
no test coverage detected