import { Client } from "https://deno.land/x/mtkruto@0.6.3/5_client.ts";
Send an inline query. User-only.
Parameters
userId: ID
The ID of the bot to send the inline query to.
chatId: ID
The ID of the chat from which the inline query is sent.
optional
params: SendInlineQueryParamsReturns
Promise<InlineQueryAnswer>
The bot's answer to the inline query.