# Get the next new post in two or more chats — Telegram User Botize method — `telegram_users.bps_next_from_multichats` (trigger). It is triggered every time there is a new message in any of the groups, channels, user chat or bot chat that you specify. - Requires a user with access to the group/channel - You don't need to register a Telegram bot. This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `up_to_5_messages` *(boolean)* — Extract up to a maximum of 5 messages at a time - `max_file_mb` *(string, one of: "0" = Exclude all files (no images, video or files will be downloaded); "20" = 20 MB; "50" = 50 MB; "100" = 100 MB; "250" = 250 MB; "500" = 500 MB; "1024" = 1 GB; "2048" = 2 GB)* — Exclude files bigger than this size It also accepts repeatable field groups, with these prefixes: `chatlist_id_*`, `chatlist_username_*`, `filter_*`. These are composite components (buttons, filters, keyboards); the trailing number is set by the user as they are added. ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{post_id}}` *(int)* — Post Id. Unique identifier for the post or message - `{{chat_id}}` *(int)* — Chat Id. Unique identifier for the chat where the post was published - `{{url_message}}` *(text)* — URL Message. URL address of the published message - `{{message}}` *(text)* — Message. Content of the published message - `{{post_datetime}}` *(text)* — Post Date-time. Date and time when the post was published - `{{image_url}}` *(text)* — Image URL. URL address of the image related to the post, video or post file - `{{user_id}}` *(int)* — User Id. Unique identifier for the user who published the post - `{{first_name}}` *(text)* — User first name. Name of the user who published the post - `{{chat_username}}` *(text)* — Username. Specified name within the automatic task for this chat - `{{reply_to_msg_id}}` *(int)* — Reply to Message Id. Identifier of the message the post is responding to (if applicable) ## 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/bps_next_from_multichats