What is Difference between fromId and msg.from.id in Telegeram Bot? Apparently, both are the same and Return user id.
fromId
msg.from.id
bot.sendMessage(msg.chat.id, 'Hi', opts)
and
bot.sendMessage(msg.from.id, 'Hi', opts)
No comments:
Post a Comment