import { InlineQueryResultPhoto } from '../types'; import { array, InlineKeyboardMarkup, InputMessageContent } from '../types'; export declare class InlineQueryResultPhotoBase implements InlineQueryResultPhoto { type: string; id: string; photo_url: string; thumbnail_url: string; photo_width: number; photo_height: number; title: string; description: string; caption: string; parse_mode: string; caption_entities: array; show_caption_above_media: boolean; reply_markup: InlineKeyboardMarkup; input_message_content: InputMessageContent; }