import { InlineQueryResult } from './InlineQueryResult.generated'; export interface SavePreparedInlineMessageOptionsApplicationJson { user_id: number; result: InlineQueryResult; allow_user_chats?: boolean; allow_bot_chats?: boolean; allow_group_chats?: boolean; allow_channel_chats?: boolean; }