Struct telexide_fork::client::Webhook [−][src]
pub struct Webhook { /* fields omitted */ }Expand description
Handles listening to the telegram webhook and will provide you with the incoming updates
Implementations
creates a new Webhook based on the provided WebhookOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Webhook
impl UnwindSafe for Webhook
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more