telegram-bot-api
telegram-bot-api copied to clipboard
Telegram Bot API server
Hello, Sorry for the messy issue title, I'll try to explain better. There's a scenario where it is impossible to know the `message_id` of the origin channel message from a...
Hello there, i'm developing now some high-load trading bot, where need to send/update messages very often, so i noticed, that i always get 429 error "Too many requests" after some...
``` CC=clang CXX=clang++ cmake -Btb -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=$HOME/Telegram/botserver ~/git/telegram-bot-api/ cmake --build tb -j8 ``` Output ``` [ 1%] Building C object td/td/generate/tl-parser/CMakeFiles/tl-parser.dir/tl-parser.c.o [ 1%] Building C object td/td/generate/tl-parser/CMakeFiles/tl-parser.dir/crc32.c.o [ 1%] Building...
1. Create a topic 2. Delete the topic 3. use the topic's `message_thread_id` on the `sendChatAction` method it still return True even tho topic has been deleted.
When we use `pinChatMessage` an service message will be shown to the current chat, You cannot delete the service message because `pinChatMessage` return True instead of service message's message_id
We have over 20+ service message in Message object, isn't good idea to append `is_service_message` to the object? Similar to: `is_topic_message`.
Please lift the restriction that prevent bots to delete old messages (48hr>) which sent by bot in the user chat in private message. This is against telegram policy which allows...
I usually keep group chats permanently muted, so I'm not really familiar with `disable_notification` in general, but I'm experimenting a bit and am getting a little confused. When I do...
there's no ForumTopic object in `message_reaction` update.
Faced with problem: lost 64k chunks in downloaded files (zeros instead of data) in /var/lib/telegram-bot-api/XXXXXXXXXX:123asd.../videos/file_0.MOV Runs in docker on macos 15.3.2 (m1 pro) in local mode telegram-bot-api --dir=/var/lib/telegram-bot-api --temp-dir=/tmp/telegram-bot-api --username=telegram-bot-api...