commands/stickernamestypes: add missing derive for response

This commit is contained in:
2025-12-08 01:05:24 +09:00
parent 525b913f70
commit 7e749a4f46

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 {