pub struct StopMessageLiveLocation { /* private fields */ }Expand description
Builder for the stopMessageLiveLocation method.
Implementations§
Source§impl StopMessageLiveLocation
impl StopMessageLiveLocation
Sourcepub fn reply_markup(self, m: InlineKeyboardMarkup) -> Self
pub fn reply_markup(self, m: InlineKeyboardMarkup) -> Self
Attaches a reply markup (inline keyboard, reply keyboard, etc.).
Sourcepub fn business_connection_id(self, v: impl Into<String>) -> Self
pub fn business_connection_id(self, v: impl Into<String>) -> Self
Business connection ID for acting on behalf of a business account.
Trait Implementations§
Source§impl IntoFuture for StopMessageLiveLocation
impl IntoFuture for StopMessageLiveLocation
Source§type IntoFuture = Pin<Box<dyn Future<Output = <StopMessageLiveLocation as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <StopMessageLiveLocation as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for StopMessageLiveLocation
impl !UnwindSafe for StopMessageLiveLocation
impl Freeze for StopMessageLiveLocation
impl Send for StopMessageLiveLocation
impl Sync for StopMessageLiveLocation
impl Unpin for StopMessageLiveLocation
impl UnsafeUnpin for StopMessageLiveLocation
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