-
Where is updated examples for TelegramBots?
There is an old link that does not work any more & has error.
https://github.com/TelegramBots/telegram.bot.examples
Also the old one does not work with n…
-
Can you help me?
https://gyazo.com/9f9534801493dfdb21636410f6a8088c
-
Sorry mr Icant Create inline keyboards And Using That Plz Help me For this
```
InlineKeyboardButton n = new InlineKeyboardButton();
ikb = new InlineKeyboardMarkup().InlineKeyboard =
…
-
Reproduce:
- type `apply` without id.
Exception:
```
1.0-SNAPSHOT 11f7099 2017-08-25T18:40:02
IllegalStateException: java.lang.reflect.InvocationTargetException
org.telegram.telegrambots.excep…
-
Hi Sir
When i want save a audio file whit this code :
```
string savepath = System.Windows.Forms.Application.StartupPath + @"\DownloadMusic\";
var filePath = Path.Combine(savepath, new Random().N…
-
Hi, I have no idea how to use asp. , so i don't understand how to use your echo, i just have bot.cs file and the robot is doing its goals. but i have no idea how to use it on host, not vsp server. I h…
-
I have need help
How to send a message to the user who logged in through the telegram in website?
[Telegram Login for Websites
](https://telegram.org/blog/login)
> Telegram bots are a power…
-
3G network results in this problem?
-
Error:(65, 20) java: method execute in class org.telegram.telegrambots.bots.AbsSender cannot be applied to given types;
required: Method
found: org.telegram.telegrambots.api.methods.send.SendPho…
-
Hi Community,
I tried to delete a message:
`DeleteMessage deleteMessage = new DeleteMessage();
deleteMessage.setChatId(update.getMessage().getChatId().toString());
deleteMessage.setMessageId(upda…