Photo

---types---
photo#fb197a65 has_stickers:flags.0?true id:long access_hash:long file_reference:bytes date:int sizes:Vector<PhotoSize> video_sizes:flags.1?Vector<VideoSize> dc_id:int = Photo

Belongs to

Photo

In Rust this constructor is a variant of the enums::Photo enum.
Match on it with: if let enums::Photo::Photo(v) = result { ... }

Parameters

has_stickerstrueoptional
idlongrequired
access_hashlongrequired
file_referencebytesrequired
dateintrequired
sizesVector<PhotoSize>required
video_sizesVector<VideoSize>optional
dc_idintrequired