ChatCrawlersearch across public Telegram Open the app
T

Telegram Bot Talk

26 283 members
1 August 2026
C
Cairina MoschataФотография
CHAT_ID= RECEIVER_USER_ID= RESP=$(curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendMessage" \   -H "Content-Type: application/json" \   -d "{     \"chat_id\": $CHAT_ID,     \"text\": \"hello\",     \"receiver_user_id\": $RECEIVER_USER_ID,   }") EPH_ID=$(echo "$RESP" | jq -r '.result.ephemeral_message_id') curl -s -X POST "https://api.telegram.org/bot$TOKEN/editEphemeralMessageText" \   -H "Content-Type: application/json" \   -d "{     \"chat_id\": $CHAT_ID,     \"receiver_user_id\": $RECEIVER_USER_ID,     \"ephemeral_message_id\": $EPH_ID,     \"text\": \"$(printf '0%.0s' {1..1025})\"   }" | jq {   "ok": false,   "error_code": 400,   "description": "Bad Request: MEDIA_CAPTION_TOO_LONG" }
I
CHAT_ID= RECEIVER_USER_ID= RESP=$(curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendMessage" \   -H "Content-Type: application/json" \   -d "{     \"chat_id\": $CHAT_ID,     \"text\": \"hello\",     \"receiver_user_id\": $RECEIVER_USER_ID,   }") EPH_ID=$(echo "$RESP" | jq -r '.result.ephemeral_message_id') curl -s -X POST "https://api.telegram.org/bot$TOKEN/editEphemeralMessageText" \   -H "Content-Type: application/json" \   -d "{     \"chat_id\": $CHAT_ID,     \"receiver_user_id\": $RECEIVER_USER_ID,     \"ephemeral_message_id\": $EPH_ID,     \"text\": \"$(printf '0%.0s' {1..1025})\"   }" | jq
S
Did quote broke language filter bot? Yup, seems like it
A
Фотография
click to show
Hi everyone! I'm trying to connect a bot to my own Telegram account via a business connection, but every time I try to grant the bot rights to manage my gifts and stars, I get the error shown in the screenshot. Does anyone know how to fix this, or what triggers this restriction? Thanks!
A
id 1004276399text not yet in the index
Hello! Could anyone explain how RPS limits work for bots? It’s not entirely clear what the limits are per second for: - editing messages previously sent by the bot; - sending new messages (is the limit 30 per second in total and 1 per second per chat, according to the documentation?); - webhook replies to user messages—do these count towards the limit, and is it worth using them? The API often requires multiple calls for a single user message, so I’d like to understand the limitations and how they scale for large bots.
2 August 2026
Archive by month
Open in Telegram Каталог площадок Искать в ChatCrawler

A snapshot of an open public feed from the search index ChatCrawler — “Google for public Telegram”; refreshed as the venue is crawled. Times are UTC.

Public content only, official Telegram API. About · FAQ · What we do not do · Remove a page · Catalog