Structs§
- Serve
Whats AppBot - A serving function to use with [::tarpc::server::InFlightRequest::execute].
- Whats
AppBot Client - The client stub that makes RPC calls to the server. All request methods return Futures.
- Whats
AppBot Session Init - Message expected when trying to connect to a whatsapp bot
Enums§
- Whats
AppBot Error - Whats
AppBot Request - The request sent over the wire from the client to the server.
- Whats
AppBot Response - The response sent over the wire from the server to the client.
- Whats
AppBot Session Init Failure - Why the session init failed
- Whats
AppBot Session Init Response - What is being responded by the whatsapp bot when trying to establish a session
Statics§
Traits§
- Whats
AppBot - WhatsApp bot service for remote procedure calls
- Whats
AppBot Stub - The stub trait for service
WhatsAppBot.