-
I have node v6.14.0 and am using v2.2.2 of this project. When I run the following code, I get a `Error 400 API_ID_INVALID 2 1` error. This is both when I use the api_id provided in the examples for th…
-
```
Hi there!
Quick question - I do have several problems with telegram-mtproto.
I built myself a shell client based on the blessed ui library, but for some reason I have various different result…
-
During singin, I'm getting following error,
**Code**
client('auth.signIn', {
phone_number: "+14042475634",
phone_code_hash: data.phoneCodeHash,
phone_code…
-
Hi
I need my proxy forward chat protocols to another MTProto proxy , Is it possible?
Telegram is blocked in my area and only working with MTProto, In the other hand i have to use my openvpn proxy an…
-
What is the correct way to view photo/video message marked as `is_secret` ? Does timer triggers on "openMessageContent" or "viewMessages" also triggers the timer?
Currently, I see behaviour that "…
zevlg updated
4 years ago
-
hi
The proxy link that is with Fake Tls ( hash and base64 ) Some of the Iranian internet is not working and cannot be connected
At the beginning and after the server config
And the server is not fi…
-
My server is in Russia, so access to telegram is blocked. How to use a proxy in a telegram-mtproto?
-
Same server/code/etc... that works on some phone numbers (e.g. "+4477xxxxx") fails to work with others (e.g. "+131...")
```
[3.998] Error 401 AUTH_KEY_EMPTY 2 2
Failed: Error: MT[401] AUTH_KEY_EM…
-
I have broken the login down into two steps:
STEP 1: Get code and hash
```
const {MTProto} = require('telegram-mtproto');
const {Storage} = require('mtproto-storage-fs')
const phone =…
-
I am trying to get access to Telegram login with APPID, API HASH in the development test server mode.
```
const API_ID = xxxxxx;
const API_HASH = 'xxxxxxxxxxx';
let client = new Telegram(API_ID,AP…