Enum telebot::functions::Action [] [src]

pub enum Action {
    Typing,
    UploadPhoto,
    RecordVideo,
    UploadVideo,
    RecordAudio,
    UploadAudio,
    UploadDocument,
    FindLocation,
}

The strongly typed version of the action field which indicates the type of action

Variants

Trait Implementations

impl Into<String> for Action
[src]

[src]

Performs the conversion.