get_community_moderators
Fetch moderators of a Twitter Community with pagination. Provide a community ID and optional count or cursor to retrieve moderator lists.
Instructions
Get moderators of a Twitter Community (paginated).
Args:
community_id: The community ID.
count: Number of moderators to fetch (default 20, max 100).
cursor: Pagination cursor from a previous response's next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| cursor | No | ||
| community_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |