pub struct EditPhoto {
pub channel: InputChannel,
pub photo: InputChatPhoto,
}Expand description
Generated from:
channels.editPhoto#f12e57c9 channel:InputChannel photo:InputChatPhoto = UpdatesFields§
§channel: InputChannel§photo: InputChatPhotoTrait Implementations§
Source§impl Identifiable for EditPhoto
impl Identifiable for EditPhoto
Source§const CONSTRUCTOR_ID: u32 = 0xf12e57c9
const CONSTRUCTOR_ID: u32 = 0xf12e57c9
The constructor ID as specified in the TL schema.
Source§impl Serializable for EditPhoto
impl Serializable for EditPhoto
impl StructuralPartialEq for EditPhoto
Auto Trait Implementations§
impl Freeze for EditPhoto
impl RefUnwindSafe for EditPhoto
impl Send for EditPhoto
impl Sync for EditPhoto
impl Unpin for EditPhoto
impl UnsafeUnpin for EditPhoto
impl UnwindSafe for EditPhoto
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