-
If I try to replicate the second example code:
```
package main
import (
"log"
"net/http"
"github.com/go-telegram-bot-api/telegram-bot-api/v5"
)
func main() {
bot, err := tgbotapi…
-
When a bot gets added to a group that already exists it receives a `new_chat_member` update of the type https://core.telegram.org/bots/api#chatmemberupdated. This is not supported in `Telegram::Bot::B…
-
The pretty famous Telegram IM app has an API for bots, allowing for rather convenient way to play versus your friends.
It would be nice if AB will eventually get integrated as well in order to reach …
-
Pensei que o bot poderia ter algumas interações nos grupos do telegram. Por exemplo:
- Quando for aniversário de um integrante, poderia desejar Feliz Aniversário no grupo todos;
- Quando iniciasse …
-
Bisq version: Version: v2.1.0 / Commit hash: 47537ff8a
Operating system: linux / x86_64 / 64 v.6.8.0-45-generic
Error message:
java.nio.file.NoSuchFileException: /media/pins-dev/Bisq2_backup_2024-1…
MPins updated
1 month ago
-
这两天出现了不少上传失败的issue,这里举几个可能的原因,出问题的麻烦自查一下:
1.`TG_BOT_TOKEN`和`TG_CHAT_ID`未正确配置
2.未绑定KV数据库(我的原因,转移到telegram后KV数据库必须绑定,否则无法正常工作,已经catch了未配置KV情况下的error。文档中配置KV数据库也变成了必选项。)
3.未更新至最新版
4.其他问题会在文档第5节持续更新
-
I noticed that after switching to using `PROXY`, the bot simply began to freeze about once every 2-3 days. It does not respond to messages in telegram (even /help) and everything is fine in the logs. …
Jipok updated
9 months ago
-
I have encountered a significant memory usage issue with the Telegram Bot API server. I couldn't find any options related to memory limits or memory localization in the documentation or configurat…
-
OS Bullseye und Python 3.8.4
Installation lief sauber durch, nur beim starte kommt ein fehler.
Info: Telegram mit sudo pip install python-telegram-bot installiert
Folgender fehler beim start …
-
Hi.
Id like to find the way to use a Telegram Bot instead of a Phone Number in my pc. I need to use a Script with Telegram-CLI, so, i want to launch Telegram-CLI with my script, but using a bot inste…