Is it possible to Send InlineMessage to Channel with Bot Automatically ?
in InlineMessage after trying user to use Inline method Telegram sends InlineQueryUpdate, after that Bot should AnswerInlineQuery with InlineQueryResults. and then, User after select any of InlineQueryResults , Result is Send to user.
In channel because no body there to select any of Results, InlineKeyboardSwitchInlineQueryButton is removed from Markup.
So, What we can do?
EDIT:
Additional Information:
There is one Bot and One Channel. Bot is Admin of Channel.
Bot has inLine Mode and inLine Reply Keyboard
Problem:
When Bot sends Message (without any human user) with inLine Reply Keyboard to Channel, inLine Reply Buttons are Removes from Keyboard.
But when I send message (with human user) to channel via inLine Mode of Bot, every thing is OK.
What I Need?
I Need Send Message to Channel via Bot without any human user. or Best solution for this.