import { InlineQueryResult } from './InlineQueryResult.generated'; export interface AnswerWebAppQueryOptionsApplicationJson { web_app_query_id: string; result: InlineQueryResult; }