I'm implementing a Inline feature for my bot. Now I need to send message to the current chat view (where the inline bot is used, e.g. my friend's chat). Now the message is sent to the bot's chat. What can I send a message in the current chat?
accordining with the framework I can't pass a different id, I need to use API directly.
What can I do?