Skip to content

/group/participant - "participants is required and cannot be empty" bug #52

@Header9968

Description

@Header9968

POST /group/participant returns 400 "participants is required and cannot be empty"
even when participants array is provided correctly.

Tested formats:

  1. {"groupJid": "120363XXX@g.us", "action": "add", "participants": ["7700XXXX@s.whatsapp.net"]}
  2. {"groupJid": {"user": "120363XXX", "server": "g.us"}, "action": "add", "participants": [...]}
  3. {"groupJid": {...full JID object...}, "action": "add", "participants": [{...JID object...}]}

All return: {"error": "participants is required and cannot be empty"}

Version: 0.7.1
Connected: true, LoggedIn: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions