Available on crate feature webhooks only.
Expand description

Implementations of webhook update listeners - an alternative (to polling) way of receiving updates from telegram.

Structs

Options related to setting up webhooks.

Functions

axumwebhooks-axum
Webhook implementation based on the axum framework.
axum_no_setupwebhooks-axum
Webhook implementation based on the axum framework that doesn’t perform any setup work.
axum_to_routerwebhooks-axum
Webhook implementation based on the axum framework that can reuse existing axum server.