pub struct ChatPhoto {
pub _small_file_id: String,
pub _big_file_id: String,
}Expand description
This object represents a chat photo.
Fields§
§_small_file_id: StringUnique file identifier of small (160x160) chat photo. This file_id can be used only for photo download.
_big_file_id: StringUnique file identifier of big (640x640) chat photo. This file_id can be used only for photo download.
Auto Trait Implementations§
impl Freeze for ChatPhoto
impl RefUnwindSafe for ChatPhoto
impl Send for ChatPhoto
impl Sync for ChatPhoto
impl Unpin for ChatPhoto
impl UnsafeUnpin for ChatPhoto
impl UnwindSafe for ChatPhoto
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more