Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- 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
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
- š Auth Actions
Overview
This node operation retrieves messages from a specified group in an admin-only context. It is useful for administrators who need to access group messages for monitoring, auditing, or management purposes. For example, an admin can use this node to fetch recent messages from a group to review conversations or gather data for reporting.
Use Case Examples
- An admin wants to fetch the last 50 messages from a group to monitor discussions.
- A group admin needs to retrieve messages for compliance checks or to export chat history.
Properties
| Name | Meaning |
|---|---|
| Session | The session name used to authenticate and identify the user session for the request. |
| Id | The unique identifier of the group from which messages are to be retrieved. |
| Request Options | Additional options to control the request behavior such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
messages- Array of messages retrieved from the specified group.groupId- The ID of the group from which messages were fetched.session- The session name used for the request.
Dependencies
- Requires an authenticated session to access group messages, typically via an API key or session token.
Troubleshooting
- If the group ID is invalid or the session is not authenticated, the node may fail to retrieve messages. Verify the group ID and session credentials.
- Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.
- If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request will be blocked. Enable this option only if you trust the source.
- Proxy settings must be correctly configured if a proxy is required; incorrect proxy details will cause connection failures.