Skip to main content

Module platform

Module platform 

Source
Expand description

Platform trait — abstraction for different chat platforms.

Structs§

ApprovalRequest
Approval request sent to chat.
IncomingMessage
Incoming message from any platform.
InteractionPayload
Interaction payload from a button click (approve/deny).
OutgoingMessage
Outgoing message to send.
ProgressUpdate
Progress update during workflow execution.
WorkflowNotification
Workflow completion notification.

Enums§

Platform
Supported chat platforms.
ProgressStatus
Status of a progress update.

Traits§

ChatPlatform
Chat platform interface.