get_group_members
Retrieve the members of a LINE group, returning each member's MID and display name. For ad-hoc rooms without group records, returns an error instead of a fabricated empty list.
Instructions
List the members of one LINE group (mid + displayName each). Resolves persistent groups (c...); ad-hoc rooms (r...) without a group record return an honest error, never a fabricated empty list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | LINE group chat MID, as returned by list_conversations. |