Add ChatPhoto (core/types.rs)

This commit is contained in:
Temirkhan Myrzamadi 2019-09-02 10:13:41 +06:00
parent 2567ae1825
commit de8dd3d84e

View file

@ -26,3 +26,9 @@ pub struct Chat {
sticker_set_name: Option<String>,
can_set_sticker_set: Option<Bool>,
}
#[derive(Debug, Deserialize)]
pub struct ChatPhoto {
small_file_id: String,
big_file_id: String,
}