[][src]Struct telegram_bot_fork_raw::requests::send_chat_action::SendChatAction

pub struct SendChatAction { /* fields omitted */ }

Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status).

Methods

impl SendChatAction[src]

pub fn new<C>(chat: C, action: ChatAction) -> Self where
    C: ToChatRef
[src]

Trait Implementations

impl Request for SendChatAction[src]

impl Clone for SendChatAction[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialOrd<SendChatAction> for SendChatAction[src]

impl PartialEq<SendChatAction> for SendChatAction[src]

impl Debug for SendChatAction[src]

impl Serialize for SendChatAction[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]