[][src]Trait tgbot::webhook::UpdateHandler

pub trait UpdateHandler {
    fn handle(&self, update: Update);
}

A webhook update handler

Required methods

fn handle(&self, update: Update)

Handles an update

Loading content...

Implementors

impl UpdateHandler for WebhookDispatcher[src]

Loading content...