mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Improve types
This commit is contained in:
parent
3171db78e2
commit
27901b1614
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ pub struct Sticker {
|
|||
pub emoji: Option<String>,
|
||||
pub set_name: Option<String>,
|
||||
pub mask_position: Option<MaskPosition>,
|
||||
pub file_size: Option<i64>,
|
||||
pub file_size: Option<u32>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue