Module whatsappbot

Module whatsappbot 

Source

Structs§

ServeWhatsAppBot
A serving function to use with [::tarpc::server::InFlightRequest::execute].
WhatsAppBotClient
The client stub that makes RPC calls to the server. All request methods return Futures.
WhatsAppBotSessionInit
Message expected when trying to connect to a whatsapp bot

Enums§

WhatsAppBotError
WhatsAppBotRequest
The request sent over the wire from the client to the server.
WhatsAppBotResponse
The response sent over the wire from the server to the client.
WhatsAppBotSessionInitFailure
Why the session init failed
WhatsAppBotSessionInitResponse
What is being responded by the whatsapp bot when trying to establish a session

Statics§

CURRENT_WA_BOT_PROTOCOL_VERSION
CURRENT_WA_BOT_PROTOCOL_VERSION_REQ

Traits§

WhatsAppBot
WhatsApp bot service for remote procedure calls
WhatsAppBotStub
The stub trait for service WhatsAppBot.