Actions116
- 💬 Chats Actions
- 👤 Contacts Actions
- 👥 Groups Actions
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Add Participants
- Remove Participants
- Promote To Admin
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- 🖥️ Sessions Actions
- 🆔 Profile Actions
- 🖼️ Screenshot Actions
- 📤 Chatting Actions
- 📢 Channels Actions
- 🟢 Status Actions
- ✅ Presence Actions
- 🏷️ Labels Actions
- 🔍 Observability Actions
- 🔑 Auth Actions
Overview
This node operation "Stop Typing" under the resource "Chatting" is designed to send a command to stop the typing indicator in a chat session. It is useful in chat automation workflows where you want to programmatically control the typing status, for example, to signal that the bot or user has finished typing a message.
Use Case Examples
- In a customer support chatbot, after sending a message, use this node to stop the typing indicator to improve user experience.
- In an automated chat sequence, use this node to control when the typing indicator appears and disappears based on message preparation.
Properties
| Name | Meaning |
|---|---|
| Session | The chat session identifier to specify which chat session to stop typing in. |
| Chat Id | The identifier of the chat where the typing indicator should be stopped. |
| Request Options | Additional options for the HTTP request such as batching, SSL certificate handling, proxy settings, and timeout configuration. |
Output
JSON
session- The session identifier used in the request.chatId- The chat identifier where the typing indicator was stopped.status- The status or result of the stop typing request.
Dependencies
- Requires an API key or authentication token to connect to the chat service.
Troubleshooting
- Common issues include invalid or expired session or chat IDs, resulting in failure to stop typing indicator.
- Timeout errors if the server does not respond within the configured timeout period.
- SSL certificate validation errors if the server's SSL certificate is invalid and 'Ignore SSL Issues' is not enabled.