Victor Melnik

Results 52 comments of Victor Melnik

Поддерживаю только вторую часть: уведомления об изменении. Если я допустил какую-то ошибку и модератор её исправил, то мне хотелось бы знать, в чём заключалась ошибка. Тогда я и локальную копию...

А зря, от возможности выбрать посты с пометкой "Пятничная байка" я бы тоже не отказался) На самом деле проблема более глубокая — хочется контроля над потоком публикаций, чтобы иметь возможность...

I think it's not necessary. Code compiles fine with Java 6+, it doesn't need any Java 8 dependencies, so why? Btw, Kotlin compiler [can still target 1.6](https://kotlinlang.org/docs/reference/faq.html#which-versions-of-jvm-does-kotlin-target)

@javadev switching to Java 8 may cause some problems on Android API < 24. A small analysis is needed. UPD: Lambdas and even default methods work fine. As long as...

I also encountered the inconvenience of using some methods, so I made [a wrapper](https://github.com/aNNiMON/tgbots-module/blob/master/module/src/main/java/com/annimon/tgbotsmodule/api/methods/). Take a look to `interfaces` package. You can take this code as the basis for your...

Replace `implements LongPollingBot` with `extends TelegramLongPollingBot`, then remove these methods: ```java @Override public BotOptions getOptions() { return null; } @Override public void clearWebhook() throws TelegramApiRequestException { } ```

This issue is reproducible on 4.6.2 We have two groups. In the first group we have 5 bots with commands (let's say bot A, bot B, bot C, bot D...

There is messageThreadId field.