showing error when I’m using bot.send_message(chat_id=X , text=Y)
error>>>>>
Update object has no attribute ‘send_message’
but when I’m using…
bot.message.reply(text)>>it runs perfectly…
what is going here?? why I’m unable to send response using send_message method??