-
- Exception is:
org.gradle.api.GradleException: Could not determine the dependencies of task ':test'.
at org.gradle.api.internal.tasks.CachingTaskDependencyResolveContext.resolve(CachingTaskDe…
-
hi
i try to save authKey in my system and then i use telegramLink.retrieveAuthKey method to get my authKey back and it doesn't get null, it return real authKey and i make new client with this authKey
…
-
**Issue type:**
[x ] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Airgram version:**
[x ] `latest`
[ ] `@next`
[ ] `1.1.x` (or put your version here)
I saw ai…
-
I'm getting the following error when I try to run the [example auth code](https://github.com/xelaj/mtproto/blob/master/examples/auth/main.go)
```
panic: (*serialize.BadMsgNotification) 0xc0000381c0 …
-
Hi all, when I run my app using telegram-mt-node library is throwing this error:
```
auth-key.js:11 Uncaught Error: Cannot find module "lib/utility"
at webpackMissingModule (auth-key.js:11)
…
-
-
-
Hello!
Is there any samples, how to implement unimplemented api methods?
I want to use https://core.telegram.org/methods#working-with-chats and https://core.telegram.org/methods#working-with-contact…
-
I try to subscribe on telegram events
`const EventEmitter = require('events');
let evEmmiter = new EventEmitter();
evEmmiter.on('updateShortChatMessage', (newOrderBook) => {
consol…
-
How I can get history messages, when I added bot to channel?