Skip to content
Get Started

Typing Indicators

Operations for sending and managing messages

Send a typing indicator
typing_indicators.send(TypingIndicatorSendParams**kwargs) -> TypingIndicatorSendResponse
POST/api/send-typing-indicator
ModelsExpand Collapse
class TypingIndicatorSendResponse:
error_message: Optional[str]

The error message if the status is ERROR

number: Optional[str]

The number you evaluated in E.164 format

status: Optional[Literal["SENT", "ERROR"]]

The status of the typing indicator you tried to send

One of the following:
"SENT"
"ERROR"