-
- [x] Liberar vídeo somente para quem já respondeu
https://core.telegram.org/bots/api#loginurl
é possível por o vídeo no campo explicação da enquete
![photo_2021-07-23_11-07-55](https://user-image…
-
I saw this on TBA while working on my crate:
![image](https://github.com/user-attachments/assets/f70af9cc-703a-4888-93a4-cd46e3662920)
(https://core.telegram.org/bots/api#sendmediagroup)
While in…
-
tried to access with
```
bot = TelegramBot.new token: MY_TOKEN
bot.get_updates(fail_silently: true)
```
and the traceback looks like:
```
Traceback (most recent call last):
8: fr…
-
Currently, when sharing a bot, the telegram bot token is also shared with the client. It's easy to stop the keys from being sent to the client for example with the patch below. But then the sharing us…
-
Hi,
I am getting this error even with the simple example script.
```sh
DEBUG=* node test.js has resulted in the following lines,
node-telegram-bot-api polling with options: {"offset":0,"timeou…
-
我开我的docker日志,有把消息发到telegraph,但是就是没有转发到频道里
`docker logs c0d7401691fa
__ _
/ _| | _____ _____ _ __ ___ ___
| |_| |/ _ \ \ /\ / / _ \ '__/ __/ __|
| _…
-
Hello, I am trying to use Telepathy, but after entering, telephone - API ID and API HASH I am asked :
`Please enter your phone (or bot token):`
I don't know what to enter and I haven't received anyt…
-
Все работало до того момента, когда я скопировал твои файлы в оригинальную папку
Activating virtual environment...
Starting the bot...
Traceback (most recent call last):
File "C:\Users\user\Desk…
-
I tried this code:
```rust
#[tokio::main]
async fn main() {
pretty_env_logger::init();
log::info!("Starting command bot...");
let bot = Bot::new(CONFIG.telegram_token.as_str());
…
-
最近经常出现 networkerror
偶尔能收一会儿消息,但是都会在五分钟之内开始报错
新装了好几次,回退版本到 [v0.1.0b8](https://github.com/nonebot/adapter-telegram/releases/tag/v0.1.0b8) 还是有这个问题
感觉是处理上一个生命周期时碰到的问题解决不了?因为一旦报错,重启后也会一直报错。
但是我去…