meteor-telegram-bot icon indicating copy to clipboard operation
meteor-telegram-bot copied to clipboard

Telegram bot plugin for Meteor

Results 13 meteor-telegram-bot issues
Sort by recently updated
recently updated
newest added

use first_name for fromUsername if username is undefined

- TelegramBot.send() replyCallback-argument now gets the original message - If replyCallback returns _true_, then the callback can be reused ``` javascript replyCallback = function(data, original) { const chat_id = original.message.chat.id;...

I'm try to run this code: await Bot.SendPhotoAsync(update.Message.Chat.Id, "http://185.126.201.42//iisstart.png"); but get this error: Bad Request: Wrong file identifier/HTTP URL specified How can i solve that problem?

Conversation doesn't work if the user doesn't have a username set. Username is then `undefined` which breaks the example in the documentation, and even if you give some username, then...

bug

Hello! Does this package support inline bot?

You can get this error on startup that will stop your entire Meteor app from running: ``` W20160905-14:58:06.877(3)? (STDERR) TypeError: Cannot read property '401' of undefined W20160905-14:58:06.878(3)? (STDERR) at packages/benjick:telegram-bot/telegram-bot.js:92:21...

Hey, for sake of editMessageReplyMarkup it would be very helpful to get the message_id in the TelegramBot.send-method replyCallback. It's maybe a good idea to add another argument to the callback...

Hello everybody. I'm trying to handle the case when the user terminates the listener with another register command. For example, if I'm in progress of the command _/new_ and send...