-
While trying to initiate a call between a Telegram Web A **10.9.21** (with Chrome/130.0) client and an iPhone Telegram client (latest), the following message appears: "Unfortunately you can't accept t…
-
### Code that causes the issue
```python
from telethon import TelegramClient, events, types
from telethon.sessions import StringSession
session = StringSession()
client = TelegramClient(sessi…
-
Lately almost all videos are not playing. In the "telegram desktop" client everything is fine. But in "Telegram for Mac OS" there is just a loading icon when trying to start playback.
I assume this…
-
Чтобы создать Telegram-бота, который будет отслеживать касания криптовалютами уровней скользящих средних MA 99 и MA 200 на Binance и отправлять уведомления в Telegram, можно воспользоваться библиотека…
-
如题,一天得扫两三次码
这个`error: AssertionError [ERR_ASSERTION]: 400 != 400`有点奇怪
```
wx2tg | [2024-10-08T10:41:42.340] [ERROR] default - error: AssertionError [ERR_ASSERTION]: 400 != 400
wx2tg | at Obj…
Adlyq updated
3 weeks ago
-
Select an action:
1. Start drawing 🎨️
2. Create a session 👨🎨
3. Get actual templates list 🖼
> 1
2024-10-30 14:10:22 | WARNING | User agents file not found, creating...
2024-…
-
### 路由地址
```routes
/telegram/channel/:username/:routeParams?
```
### 完整路由地址
```fullroutes
/telegram/channel/zyfx_0315
```
### 相关文档
https://docs.rsshub.app/zh/routes/social-media#channel
### 预期…
-
I've been trying to connect to telegram using TelegramClient in a worker thread. The worker hangs up at `await client.connect` and after retries throws connection error. Strange that it works locally …
-
Fetch customer information from the UNIGE mockup system. The profile data should include the student's name, lastName, and studentId. Sub functions of the task
- send a request to the UNIGE mockup sys…
-
version:7.10.0
code:
`
val build = SendInvoice.builder()
.chatId(it.chatId())
.title("test")
.description("test")
…