pub struct InputBotInlineMessageMediaGeo {
pub geo_point: InputGeoPoint,
pub heading: Option<i32>,
pub period: Option<i32>,
pub proximity_notification_radius: Option<i32>,
pub reply_markup: Option<ReplyMarkup>,
}Expand description
Read inputBotInlineMessageMediaGeo docs.
Generated from the following TL definition:
inputBotInlineMessageMediaGeo#96929a85 flags:# geo_point:InputGeoPoint heading:flags.0?int period:flags.1?int proximity_notification_radius:flags.3?int reply_markup:flags.2?ReplyMarkup = InputBotInlineMessageFields§
§geo_point: InputGeoPoint§heading: Option<i32>§period: Option<i32>§proximity_notification_radius: Option<i32>§reply_markup: Option<ReplyMarkup>Trait Implementations§
Source§impl Clone for InputBotInlineMessageMediaGeo
impl Clone for InputBotInlineMessageMediaGeo
Source§fn clone(&self) -> InputBotInlineMessageMediaGeo
fn clone(&self) -> InputBotInlineMessageMediaGeo
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 From<InputBotInlineMessageMediaGeo> for InputBotInlineMessage
impl From<InputBotInlineMessageMediaGeo> for InputBotInlineMessage
Source§fn from(x: InputBotInlineMessageMediaGeo) -> Self
fn from(x: InputBotInlineMessageMediaGeo) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputBotInlineMessageMediaGeo
impl Identifiable for InputBotInlineMessageMediaGeo
Source§const CONSTRUCTOR_ID: u32 = 2526190213
const CONSTRUCTOR_ID: u32 = 2526190213
The unique identifier for the type.
Source§impl PartialEq for InputBotInlineMessageMediaGeo
impl PartialEq for InputBotInlineMessageMediaGeo
Source§fn eq(&self, other: &InputBotInlineMessageMediaGeo) -> bool
fn eq(&self, other: &InputBotInlineMessageMediaGeo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputBotInlineMessageMediaGeo
Auto Trait Implementations§
impl Freeze for InputBotInlineMessageMediaGeo
impl RefUnwindSafe for InputBotInlineMessageMediaGeo
impl Send for InputBotInlineMessageMediaGeo
impl Sync for InputBotInlineMessageMediaGeo
impl Unpin for InputBotInlineMessageMediaGeo
impl UnsafeUnpin for InputBotInlineMessageMediaGeo
impl UnwindSafe for InputBotInlineMessageMediaGeo
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