diff --git a/src/commands/stickers/stickernamestypes.rs b/src/commands/stickers/stickernamestypes.rs index 87daecb7..27fce493 100644 --- a/src/commands/stickers/stickernamestypes.rs +++ b/src/commands/stickers/stickernamestypes.rs @@ -54,6 +54,7 @@ impl CommandRequest<'_> for StickerNamesTypesRequest { } } +#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] pub struct StickerNamesTypesResponse(HashMap>); impl CommandResponse<'_> for StickerNamesTypesResponse {