method Client.prototype.sendInlineQueryimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendInlineQuery(userId: ID,chatId: ID,params?: SendInlineQueryParams,): Promise<InlineQueryAnswer>Send an inline query. User-only. ParametersuserId: IDThe ID of the bot to send the inline query to. chatId: IDThe ID of the chat from which the inline query is sent. optionalparams: SendInlineQueryParamsReturnsPromise<InlineQueryAnswer>The bot's answer to the inline query.