-
### Description
You can use the [local telegram API server](https://core.telegram.org/bots/api#using-a-local-bot-api-server) by installing it according to the instructions: https://github.com/tdlib/t…
-
I don't know if you heard the news, but [Omnivore will shut down](https://blog.omnivore.app/p/details-on-omnivore-shutting-down)... very sad as I used it very satisfactorily every day up to know, and …
-
Hi folks!
In telegram group, we can have many chat topics.
Currently the bridge sends messages from all chat topics to IRC. But I would like to restrict it to just one chat topic (eg. General).
I…
-
**Is your feature request related to a problem? Please describe.**
I am using InlineKeyboardButton, which uses bot.on ("callback_query") from Telegraf as a listener. I am sure https://core.telegram.o…
-
When I execute the "go build" command, I get the following error in the terminal:
`./libretaxi.go:43:14: cannot use bot (type *"github.com/go-telegram-bot-api/telegram-bot-api".BotAPI) as type *"li…
-
Hello, I am trying to setup the gotify2telegram bot but kept getting x509 cert errors for api.telegram.org in the logs. I dug further and I am not able to validate any external SSL certs using the com…
-
Hi all!
I have host an example of this library on heroku but when deploy after a few minutes I get this error on log:
> Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 s…
-
@coder2020official
Looks like we need to redesign ChatMemberXXX family. Currently we have all-in-one ChatMember, but it does not correspond to API.
https://core.telegram.org/bots/api#chatmembe…
-
### Expected behaviour:
I need to send messages through telegram
### Actual behaviour:
Sending messages to the group does not work.
Recommended solutions do not bring a positive result.
…
-
在 Node.js 中抓取 Telegram 频道的数据可以通过使用 `Telethon` 的 JavaScript 等效库 `telegram` 和 `grammy` 实现。这些库允许我们与 Telegram 的 API 交互,获取频道的消息。下面是使用 `telegram` 和 `grammy` 的详细步骤。
### 方法一:使用 `telegram` 库
`telegram` 库…