import { InlineQueryResultCachedSticker } from '../types'; import { InlineKeyboardMarkup, InputMessageContent } from '../types'; export declare class InlineQueryResultCachedStickerBase implements InlineQueryResultCachedSticker { type: string; id: string; sticker_file_id: string; reply_markup: InlineKeyboardMarkup; input_message_content: InputMessageContent; }