efb-telegram-master
efb-telegram-master copied to clipboard
EFB Telegram Master Channel, a channel for EH Forwarder Bot.
2 bugs
# [fix bug: extra command attributes](https://github.com/ehForwarderBot/efb-telegram-master/commit/894802ac4e283f5a6cee15f49bea97dce4902d3c) Extra command did not have name and desc attributes.  # [fix bug: video cannot be received](https://github.com/ehForwarderBot/efb-telegram-master/commit/06b045c126558a1b8e985f18dc99709dfe8cab33) We don't seem to need either file...
**Describe the bug** Using telegram bot local server can't send / receive Files **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
It would be useful to have the ability to automatically create forum topic in Telegram supergroups to link chats. This would help keep conversations organized and easy to follow across...
**Is your feature request related to a problem? Please describe.** At now, the efb-telegram-master would wrap the video message with a temporary file to the slave. However, the problem is...
**Is your feature request related to a problem? Please describe.** Can you forward all unlinked contacts or group information to a separate group? I want to save messages on other...
**Describe the bug** While updated ETM to version 2.3.1, error occurs while sending stickers. Got 2 error messages: 1. Message is not sent. AttributeError("'Sticker' object has no attribute 'is_video'",) ```...
When the flag `send_image_as_file` is false, users reply to an incoming photo message with `/resent` command, ETM will reply to the selected message (Easy to trace back), then resent that...
Updates the requirements on [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) to permit the latest version. Release notes Sourced from python-telegram-bot's releases. v20.0 Version 20.0 Released 2023-01-01 This is the technical changelog for version 20.0. More...
在使用 voice 编辑一个消息的时候,之前的逻辑会直接发送新消息,但是如果被编辑的消息原来是一个非 voice 的消息时,实际是可以编辑成功的