# Get all recent unanswered messages — Telegram User Botize method — `telegram_users.get_recent_unreplied_messages` (action). Extract all recent unanswered messages from a chat, along with the details of the most recent message overall, based on a defined time threshold. By 'recent unanswered message,' it refers to messages that were sent after the last time you wrote in the chat. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `chat_id` *(string)* — Chat Id - `max_minutes` *(string, one of: "1" = 1 Minute; "5" = 5 Minutes; "10" = 10 Minutes)* — Exclude messages sent more than (minutes) ago ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{post_id}}` *(int)* — Post Id. Unique identifier of the most recent message in the chat - `{{chat_id}}` *(int)* — Chat Id. Unique identifier of the chat where the recent messages were posted - `{{message_thread_id}}` *(int)* — Message Thread Id. Unique identifier of the chat thread where the most recent message was posted - `{{message}}` *(text)* — Message. Content of the most recent message posted - `{{message_html}}` *(text)* — Message HTML. Most recent message in HTML format if the message includes HTML tags. Otherwise, the content of this tag is identical to the {{message}} tag - `{{post_datetime}}` *(text)* — Post Date-time. Date and time when the most recent message was posted - `{{user_id}}` *(int)* — User Id. Unique identifier of the user who posted the most recent message - `{{seconds_ago}}` *(int)* — Seconds since publication. Seconds elapsed since the most recent message was posted - `{{post_number}}` *(int)* — Post Number. Number of the most recent post - `{{total_unreplied_messages}}` *(int)* — Total Unreplied Messages. Total number of unanswered messages - `{{all_last_text_messages}}` *(text)* — All Last Text Messages. All the latest text messages from different posts, separated by a period. ## Account Needs a connected Telegram User account in Botize: https://botize.com/en/app/telegram_users/authenticate ## This app Every trigger and action for Telegram User: https://botize.com/en/app/telegram_users.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/telegram_users/get_recent_unreplied_messages