Fix name of the StickerSet

This commit is contained in:
Waffle 2019-09-21 00:40:25 +03:00
parent 1b52a8cdd3
commit cf3e0182c9

View file

@ -1,7 +1,7 @@
use crate::types::Sticker;
#[derive(Debug, Deserialize, Hash, PartialEq, Eq, Clone)]
pub struct Sticker {
pub struct StickerSet {
pub name: String,
pub title: String,
pub is_animated: bool,