streamfog_list_lenses
List all available AR lenses and face filters from the local lenses.json mapping. Use reload=true to force a re-read from disk.
Instructions
List all available AR lenses and face filters from the local lenses.json mapping.
Returns all lens identifiers and their corresponding Streamer.bot action names. Use reload=true to force a re-read from disk if lenses.json was modified.
Return Format
{"success": true, "data": {"lenses": {"beauty_smooth": "SetLens_BeautySmooth", "cyber_helmet": "SetLens_CyberHelmet"}, "count": 2, "path": "lenses.json"}}
Examples
await streamfog_list_lenses() await streamfog_list_lenses(reload=True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reload | No | If true, reload the lens map from disk before listing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||