-
https://github.com/GeorgeS1995/telegram_game_update_mailer/blob/main/core/mailer_core.py
При добавлении в групповой чат вероятно если поставили галочку показать последние 100 сообщений и при этом …
-
how to solve
the type org.telegram.telegrambots.meta.generics.longpollingbot cannot be resolved, it is indirectly referenced from required .class files
new using eclipse, btw is it possible to use…
-
Incorrect TelegramLongPollingCommandBot class constructor implementation causing NPE in CommandRegistry.removeUsernameFromCommandIfNeeded(String command) method.
See the code line:
https://github.…
-
Hello. I'm using this library with kotlin to create a bot. And I found that any exception doesn't write the reason of this exception.
For test I've created 2 similar bots on java and kotlin to produc…
-
@corecanarias can you help me look into this? This question is from my fork of telegram-images.
Here's the gradle log:
```
The following dependencies have later release versions:
…
-
Every time I try to start the bot I receive this warning in the console, and then the bot crashes.
How can I fix this?
```
2020-09-02 18:09:20.887 WARN 204558 --- [ main] ConfigServlet…
-
Hi. I have some issue when Bot try to delete a forward message.
The logic of my bot is easy. It sends forward messages from private chats (where its super admin)
to the subscribed user (simple int…
-
how can i send this object to my client?
KeyboardButton keyboardButton = new KeyboardButton();
keyboardButton.setRequestContact(true);
keyboardButton.setText("Send your number");
-
I saw this thread: https://github.com/TelegramBots/Telegram.Bot.Examples/issues/167.
I need to send questions to user and add answers to database. This should work with multiple users and also work o…
-
* Abp package version : 5.8.0
* base framework: .Net Core.
```
[HttpPost]
[DisableValidation]
[DontWrapResult]
public async Task Post([FromBody]Update update)
…