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 deletes the picture of a specified group in a messaging platform. It is useful for managing group media content by removing outdated or unwanted group pictures. For example, an admin can automate the removal of group pictures when a group is archived or rebranded.
Use Case Examples
- Deleting a group picture by providing the group ID and session name to automate group media management.
- Removing a group's picture as part of a workflow that updates group settings.
Properties
| Name | Meaning |
|---|---|
| Session | The session name used to authenticate and identify the user session for the operation. |
| Id | The unique identifier of the group whose picture is to be deleted. |
| Request Options | Additional request settings such as batching, SSL certificate handling, proxy configuration, and timeout settings to customize the HTTP request behavior. |
Output
JSON
success- Indicates whether the group picture was successfully deleted.message- Additional information or status message about the deletion operation.
Dependencies
- Requires an authenticated session to the messaging platform, typically via a session name or token.
Troubleshooting
- Ensure the session name is valid and active; invalid sessions will cause authentication failures.
- Verify the group ID is correct and the user has permission to delete the group picture.
- Check network settings if using a proxy or if SSL certificate validation is disabled; misconfiguration can cause request failures.
- Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.