-
Hi,
I have gotify running in an lxc on proxmox (helper scripts) and im trying to install the plugin, is there a tutorial i can follow? the installation steps are to cryptic for my experiance level…
-
Method Send with InlineConfig as Chattable interface implementation invoke telegram api method `answerInlineQuery`, and unmarshal api responce to Message type.
https://github.com/go-telegram-bot-ap…
-
There is a way to download larger attachements with `api_hash` `api_id` given from https://my.telegram.org/auth?to=apps
Can you implement this?
kpmy updated
2 months ago
-
https://miaotony.xyz/2020/11/18/Server_Vercel_Calc114514/
受USTC Hackergame超精巧的数字论证器启发,基于Vercel Serverless实现了Calc114514 API & Telegram bot的部署,这里来记录一下吧。
-
After few days of proper working my bridge got stuck in a weird situation.
Messages are apparently bridged correctly (both ways) although when I send a command to the bot, I am not able to read the…
-
I am currently struggling to get a Future of this crate resolved in a tokio::spawn or even tokio::run. The only thing that is working (but not fitting for me) is the current_thread runtime from the ex…
-
Link: https://core.telegram.org/bots/api-changelog#june-18-2024
Version: 7.5
-
**Steps to reproduce**:
```
mkdir /tmp/test
git clone https://github.com/tdlib/telegram-bot-api.git /tmp/test/
cd /tmp/test/telegram-bot-api
docker run --rm -it -w /app -v $PWD:/app ubuntu:late…
-
基于最近Tim发布的视频,在视频刚发布的时候下载最高清晰度实际上是对于用户来说最清晰的视频。
所以想请求一个功能:
对于自建实例,允许登录bilibili帐号获取到当前帐号权限能拿到的最高清晰度视频
-
### Description
```
// GetUpdatesChan starts and returns a channel for getting updates.
func (bot *BotAPI) GetUpdatesChan(config UpdateConfig) UpdatesChannel
...
updates, err := bot.GetUpdates(…