commands/stickernamestypes: add missing derive for response

This commit is contained in:
2025-12-08 01:05:24 +09:00
parent 322c8c8fc3
commit 955fdbcff1

View File

@@ -54,6 +54,7 @@ impl CommandRequest<'_> for StickerNamesTypesRequest {
}
}
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct StickerNamesTypesResponse(HashMap<String, Vec<String>>);
impl CommandResponse<'_> for StickerNamesTypesResponse {