import { InlineQueryResultGif } from '../types'; import { array, InlineKeyboardMarkup, InputMessageContent } from '../types'; export declare class InlineQueryResultGifBase implements InlineQueryResultGif { type: string; id: string; gif_url: string; gif_width: number; gif_height: number; gif_duration: number; thumbnail_url: string; thumbnail_mime_type: string; title: string; caption: string; parse_mode: string; caption_entities: array; show_caption_above_media: boolean; reply_markup: InlineKeyboardMarkup; input_message_content: InputMessageContent; }