benjick / meteor-telegram-bot

Telegram bot plugin for Meteor
24 stars 15 forks source link

message.message_id in replyCallback #29

Open sebastianPsm opened 8 years ago

sebastianPsm commented 8 years ago

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 (e.g. callback_query_original) to be backward compatible. What do you think?

see #30 for details