import { InlineQueryResult } from './InlineQueryResult.generated'; import { InlineQueryResultsButton } from './InlineQueryResultsButton.generated'; export interface AnswerInlineQueryOptionsApplicationJson { inline_query_id: string; results: Array; cache_time?: number; is_personal?: boolean; next_offset?: string; button?: InlineQueryResultsButton; }