-
There are a lot of errors regarding the inability to parse a message. It seems some fields have been changed significantly.
```log
Error: Object {"message": Object {"chat": Object {
This is a …
-
Hello! Can you please tell me if it is possible to "mute" messages from some modules? For example, the module `teloxide::error_handlers` sometimes logs some message with `ERROR` level. And I would lik…
-
#1, #2 describes problems that the teloxide team does not want to solve.
Mine solution was to mute logs from certain teloxide modules, but the solution does not work.
Code:
https://github.com…
-
Hi, I'm trying to pass a trait object as a dependency of the `Dispatcher::builder` and I can't figure out what I'm doing wrong with it because I get a runtime panick asking for the same type that I se…
-
I tried this code:
```rust
use std::error::Error;
#[allow(unused_imports)]
use teloxide::dispatching::dialogue::serializer::{Bincode, Cbor, Json};
use teloxide::dispatching::dialogue::{
self…
-
https://github.com/teloxide/teloxide?tab=readme-ov-file#tutorials
- ["Migrating my family finance bot from Python to Rust (teloxide) because I am tired of exceptions (part 1)"](https://trkohler.com…
-
After the cargo build --release, everything seemed ok until the teloxide-core
```
root@ubuntu-s-1gb-sgp1-tg:~/TeleGPT# cargo build --release
Compiling teloxide-core v0.6.3
Building [====…
-
For a long time using webhooks with `teloxide` has been a boilerplate issue. In the next v0.8.0 release, we're trying to address this issue using `axum`: https://github.com/teloxide/teloxide/pull/554.…
-
Add markdown parsing in messages.
See this thread: https://github.com/teloxide/teloxide/discussions/398
-
While developing my own project, I've written [Skytable](https://github.com/skytable/skytable) integration for storing dialogues. So I can add it to Teloxide code if you approve this idea.
### Pros…