list_roles
Get channel roles and your identity so you can address participants and calculate how many agree votes a protected pin needs.
Instructions
Who is in this channel. Returns {roles, you, source}. You need this to address anyone, and to know how many 'agree' votes a protected pin will require — until now the only way to learn the membership was to guess a name and read it out of the rejection message. 'source' is 'channel-registry' when the answer comes from the server's channel definition (hosted mode, authoritative) or 'observed-in-messages' in stdio mode, where there is no registry and the list is inferred from who has sent or received something — that variant can under-report a member who has never spoken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||