-
AuthSignUpRequest is missing "PhoneCode",
the official telegram docs are wrong on this as well:
https://core.telegram.org/method/auth.signUp
current struct:
```
type AuthSignUpRequest struc…
-
Right now the td api spec uses comments to mark which fields are nullable. This is undesirable for the following reasons
1. The comments should not effect the semantics of the language.
2. This is…
-
`thread 'main' panicked at 'not yet implemented', src/login.rs:145:17
stack backtrace:
0: 0x5572391c52e0 - ::fmt::h03714f3c8b724ea9
1: 0x5572391e1c7c - core::fmt::write::ha56de15487b0…
-
Hello,
I want to use the async API to get the info of a chat when receiving a message. I have the following code.
main.rs
```Rust
#[tokio::main]
async fn main() {
let api = Api::rasync()…
-
There is always this error ...
**ERROR [telegram_client::handler] SerdeJson(Error("missing field updateGroupCall", line: 0, column: 0))**
**ERROR [telegram_client::handler] TELEGRAM DATA FAIL. IF YO…
-
I cloned your repository and ran the "sample" example. The EventApi.send calls doesn't compile:
https://github.com/fewensa/telegram-client/blob/master/examples/sample/main.rs#L78
> method not foun…
-
Hi,
I would like to know if this method is available in this crate, I think is useful to make the session persistent between restarts by reusing the auth_key_id
References:
https://core.telegra…
-
I am running the `main.rs` example program on Windows 10 (latest update).
I have built TDLib and placed the files in a lib/ folder in the project, I link it with a `build.rs` file that contains :
…
-
```
2021-05-09 21:44:38,446 ERROR [telegram_client::handler] TELEGRAM DATA FAIL. IF YOU SEE THIS MESSAGE, PLEASE POST AN ISSUE TO https://github.com/fewensa/telegram-client/issues
INCLUDE THIS JSON…
-
> _Note: This is one of the discussions for #19, so I suggest reading that issue first to better understand what's going on._
We need a basic app structure (or hierarchy) to better visualize and or…