-
Hi,
When I try calling api.switchToDc I get a NullPointerException in ActorSystem.
I didn't have this before.
```
Exception in thread "main" java.lang.NullPointerException
at org.telegram.actors.Act…
ghost updated
9 years ago
-
After calling the close method, the connection does not end, the application continues to work.
`
public class Main {
public static void main(String... args) {
...
Tel…
ghost updated
6 years ago
-
I want your team to focus on social learning elements - and for that we need to use telegram api to find other users.
there is a chance that the bot api cannot do it- so we might need to use the mtpr…
-
I upgraded to the latest code. This error occurs when using the sendMessage method after layer 183.
https://core.telegram.org/mtproto/service_messages_about_messages
msg_seqno too low (the serve…
-
Is there any chance this script will support WS or Websocket transport for MTProto? as CloudFlare CDN don't allow TCP traffic pass through their CDN and I can only use WS of grpc.
https://core.tele…
-
P. D... SPPP.P.PException in thread "RxComputationThreadPool-3" java.lang.IllegalStateException: Exception thrown on Scheduler.Worker thread. Add `onError` handling.
at rx.internal.schedulers…
-
Drop the limitation of 20 MB for receiving and 50 MB of sending files that the bot has right now.
The current infrastructure gluing looks roughly like this:
```
( ( ( TELEGRAM CORE ) MTProto API …
-
Hi,
Has anyone succeed implementing the QR code login flow ? My problem is that i always get the "Invalid QR Code" after scanning the QR code on my phone.
I've checked the token etc .. looks norm…
-
I managed to figure out how to build the telegram-api shadowJar snapshot (see here for how to fix the gradle build files... https://github.com/ex3ndr/telegram-api/issues/26)
But if I replace 1.1.127…
-
Today a Animated Sticker is displayed as `messageMediaUnsupported` at `message_media.html`. I believe it shoud be recognized and displayed at `message_attach_document.html` like the common `sticker`.
…