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 allows users to set or unset a star on a specific chat message within a chat session. It is useful for marking important messages for easy retrieval or highlighting within chat applications. For example, a user can star a message to indicate it requires follow-up or to bookmark it for later reference.
Use Case Examples
- Marking a message as starred to highlight it in a chat application.
- Removing the star from a message to indicate it is no longer important.
Properties
| Name | Meaning |
|---|---|
| Session | The chat session identifier where the message belongs. |
| Message Id | The unique identifier of the message to be starred or unstarred. |
| Chat Id | The identifier of the chat to which the message belongs. |
| Star | Boolean flag to set (true) or unset (false) the star on the message. |
Output
JSON
success- Indicates if the star operation was successful.messageId- The ID of the message that was starred or unstarred.star- The star status after the operation (true if starred, false if unstarred).
Dependencies
- Requires an API key credential or authentication token to interact with the chat service API.
Troubleshooting
- Ensure the session, messageId, and chatId are correctly provided and valid; otherwise, the operation may fail.
- If the star operation fails, check network connectivity and API authentication credentials.
- Timeouts can occur if the server does not respond within the specified timeout period; adjust the timeout setting if necessary.