pub struct InputBotInlineResultPhoto {
pub id: String,
pub type: String,
pub photo: InputPhoto,
pub send_message: InputBotInlineMessage,
}Expand description
Read inputBotInlineResultPhoto docs.
Generated from the following TL definition:
inputBotInlineResultPhoto#a8d864a7 id:string type:string photo:InputPhoto send_message:InputBotInlineMessage = InputBotInlineResultFields§
§id: String§type: String§photo: InputPhoto§send_message: InputBotInlineMessageTrait Implementations§
Source§impl Clone for InputBotInlineResultPhoto
impl Clone for InputBotInlineResultPhoto
Source§fn clone(&self) -> InputBotInlineResultPhoto
fn clone(&self) -> InputBotInlineResultPhoto
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InputBotInlineResultPhoto
impl Debug for InputBotInlineResultPhoto
Source§impl From<InputBotInlineResultPhoto> for InputBotInlineResult
impl From<InputBotInlineResultPhoto> for InputBotInlineResult
Source§fn from(x: InputBotInlineResultPhoto) -> Self
fn from(x: InputBotInlineResultPhoto) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputBotInlineResultPhoto
impl Identifiable for InputBotInlineResultPhoto
Source§const CONSTRUCTOR_ID: u32 = 2832753831
const CONSTRUCTOR_ID: u32 = 2832753831
The unique identifier for the type.
impl StructuralPartialEq for InputBotInlineResultPhoto
Auto Trait Implementations§
impl Freeze for InputBotInlineResultPhoto
impl RefUnwindSafe for InputBotInlineResultPhoto
impl Send for InputBotInlineResultPhoto
impl Sync for InputBotInlineResultPhoto
impl Unpin for InputBotInlineResultPhoto
impl UnsafeUnpin for InputBotInlineResultPhoto
impl UnwindSafe for InputBotInlineResultPhoto
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