Inline Query Listener
Listens for an inline query update
listen_inline_query()
Parameters
user_id(
int
,optional) – Unique identifier (int) of the target user.filters (
filters
, optional) – Pass one or more filters to allow only a subset of chosen inline results to be passed in your function.timeout (
int,
optional) – To specify the timeout duration in seconds for a client to listen for a message.
Returns : InlineQuery
Example
cancel_inline_listener()
Parameters
user_id (
int
,optional) – Unique identifier (int) of the target user.
Returns : None
Example
Last updated