get_recent_posts_from_telegram
Retrieve recent Telegram posts, optionally filtering by channel usernames or date range. Ideal for accessing the most current content from specified Telegram channels without a query.
Instructions
Retrieve recent Telegram posts ordered by recency (no free-text query).
When to use:
Use for requests like "recent posts in Telegram".
Optionally filter by
telegram_channel_usernames
and/or a date range.For query-based Telegram search, use
telegram_search
.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | No | ||
limit | No | Total number of Telegram posts to return | |
start_date | No | ||
telegram_channel_usernames | No |