telegram - Send InLine message to channel with bot -
is possible send inlinemessage
channel bot automatically ?
in inlinemessage
after trying user use inline method telegram sends inlinequeryupdate
, after bot should answerinlinequery
inlinequeryresults
. , then, user after select of inlinequeryresults
, result send user.
in channel because no body there select of results, inlinekeyboardswitchinlinequerybutton
removed markup.
so, can do?
edit:
additional information:
there 1 bot , 1 channel. bot admin of channel. bot has inline mode , inline reply keyboard
problem:
when bot sends message (without human user) inline reply keyboard channel, inline reply buttons removes keyboard.
but when send message (with human user) channel via inline mode
of bot, every thing ok.
what need?
need send message channel
via bot
without human user. or best solution this.
first of all, language , library using? method doing differ vastly.
if it's discord.js, need channel object somewhere. either message's channel 'message.channel', find 1 server 'server.channels.find("name", "servernamehere")' or ton of other different ways.
Comments
Post a Comment