commands/stickernamestypes: add missing derive for response
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user