mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Fix name of the StickerSet
This commit is contained in:
parent
1b52a8cdd3
commit
cf3e0182c9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
use crate::types::Sticker;
|
use crate::types::Sticker;
|
||||||
|
|
||||||
#[derive(Debug, Deserialize, Hash, PartialEq, Eq, Clone)]
|
#[derive(Debug, Deserialize, Hash, PartialEq, Eq, Clone)]
|
||||||
pub struct Sticker {
|
pub struct StickerSet {
|
||||||
pub name: String,
|
pub name: String,
|
||||||
pub title: String,
|
pub title: String,
|
||||||
pub is_animated: bool,
|
pub is_animated: bool,
|
||||||
|
|
Loading…
Reference in a new issue