Farzad Hastam
Farzad Hastam
Add a section to rust docs, github and crates.io which specifies the latest version of telegram api supported by teloxide ### Pros * Allows users to be sure that feature...
### Is your feature request related to a problem? Hi I have spotted a missing button in telegram desktop client Using telegram Android app when I click on a messages...
does trunk support adding nightly flags to rustc and cargo ? I'm specifically interested in `build_std` and `panic_immediate_abort`. combination of these two practically removes all panic related boiler plate and...
The `Message` struct has huge stack size it's 1912 Bytes when I check it via rust-analyzer. I have a bot that has a handler that runs for all messages received....