Enum rtdlib::types::SuggestedAction[][src]

pub enum SuggestedAction {
    CheckPhoneNumber(SuggestedActionCheckPhoneNumber),
    EnableArchiveAndMuteNewChats(SuggestedActionEnableArchiveAndMuteNewChats),
    // some variants omitted
}

Describes an action suggested to the current user

Variants

Suggests the user to check authorization phone number and change the phone number if it is inaccessible

EnableArchiveAndMuteNewChats(SuggestedActionEnableArchiveAndMuteNewChats)

Suggests the user to enable "archive_and_mute_new_chats_from_unknown_users" option

Implementations

impl SuggestedAction[src]

Trait Implementations

impl AsRef<SuggestedAction> for SuggestedAction[src]

impl Clone for SuggestedAction[src]

impl Debug for SuggestedAction[src]

impl Default for SuggestedAction[src]

impl<'de> Deserialize<'de> for SuggestedAction[src]

impl RObject for SuggestedAction[src]

impl Serialize for SuggestedAction[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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.