get_communities_timeline
Fetch tweets from communities the authenticated user has joined. Use count and cursor to paginate through results.
Instructions
Get tweets from communities the authenticated user has joined (paginated).
Args:
count: Number of tweets 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |