InlineQueryResultPhotoCachedImpl

fun InlineQueryResultPhotoCachedImpl(    id: InlineQueryId,     fileId: FileId,     title: String? = null,     description: String? = null,     text: String? = null,     parseMode: ParseMode? = null,     showCaptionAboveMedia: Boolean = false,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl
fun InlineQueryResultPhotoCachedImpl(    id: InlineQueryId,     fileId: FileId,     title: String? = null,     description: String? = null,     entities: TextSourcesList,     showCaptionAboveMedia: Boolean = false,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl