import { User } from './User.generated'; import { Location } from './Location.generated'; export interface InlineQuery { id: string; from: User; query: string; offset: string; chat_type?: string; location?: Location; }