InlineQueryResultPhotoImpl

fun InlineQueryResultPhotoImpl(    id: InlineQueryId,     url: String,     thumbnailUrl: String,     width: Int? = null,     height: Int? = null,     title: String? = null,     description: String? = null,     text: String? = null,     parseMode: ParseMode? = null,     showCaptionAboveMedia: Boolean = false,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoImpl
fun InlineQueryResultPhotoImpl(    id: InlineQueryId,     url: String,     thumbnailUrl: String,     width: Int? = null,     height: Int? = null,     title: String? = null,     description: String? = null,     entities: TextSourcesList,     showCaptionAboveMedia: Boolean = false,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoImpl