[][src]Trait actix_telegram::application::UpdateHandler

pub trait UpdateHandler {
    fn handle(
        &self,
        update: Update,
        telegram_api: &Addr<TelegramApi>
    ) -> Result<(), Update>; }

Required methods

fn handle(
    &self,
    update: Update,
    telegram_api: &Addr<TelegramApi>
) -> Result<(), Update>

Loading content...

Implementations on Foreign Types

impl<H: UpdateHandler> UpdateHandler for Vec<H>
[src]

Loading content...

Implementors

impl<S> UpdateHandler for TelegramApplication<S>
[src]

Loading content...