-
Telegram just dropped Bot API 8.0
https://core.telegram.org/bots/api-changelog#november-17-2024.
Can you update the SDK to support the new API version?
Thanks!
-
**环境**
OS: Debian 12
Python: 3.11.2
**问题影响的版本**
0.1.0b18 - 0.1.0b19
**问题描述**
在使用Telegram bot api的第三方API Client时,调用bot.edit_message_text时会报错,并且执行失败。
报错信息:
无论是否使用api_server,问题依然存在。
**简单代码复现**
```pyt…
-
### PHP version
7.4
### irazasyed/telegram-bot-sdk version
v3.9
### Laravel version (if any)
_No response_
### Code To Reproduce the bug
$reply_markup = Keyboard::make()
->setResizeKeyboard(…
-
Compatibility. Do we really need this?:
```
Bot constructor:
- explicit Bot(std::string token, const HttpClient &httpClient = _getDefaultHttpClient(), const std::string& url="https://api.telegram.…
-
Hi, great that the update is out! My dream is to manage the config through Telegram Bot API using a token, so that it's convenient. I would also like to get information about the processor status, RAM…
-
Hey there,
I'm a first time user of Ollabotica and finding it hard to get things going.
I'm using the docker-compose method.
Here's a bunch of things I had to "guess"
1. ./chats:/app/chats - …
-
**What did you do?**
Be able to define custom message
**What did you expect to see?**
Message sending without errors
**What did you see instead? Under which circumstances?**
Received …
-
> Bug Report
```
"node-telegram-bot-api": "^0.66.0",
```
### Expected Behavior
When I used `createNewStickerSet` I got an error.(The error message is at the buttom)
```js
aw…
-
Чтобы создать Telegram-бота, который будет отслеживать касания криптовалютами уровней скользящих средних MA 99 и MA 200 на Binance и отправлять уведомления в Telegram, можно воспользоваться библиотека…
-
tried with Docker Hub and ghcr:
My compose:
```
services:
chatgpt-telegram-bot:
container_name: chatgpt-telegram-bot
image: ghcr.io/n3d1117/chatgpt-telegram-bot:latest
environ…