InlineQueryResultPhotoImpl

fun InlineQueryResultPhotoImpl(    id: InlineQueryIdentifier,     url: String,     thumbUrl: String,     width: Int? = null,     height: Int? = null,     title: String? = null,     description: String? = null,     text: String? = null,     parseMode: ParseMode? = null,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoImpl
fun InlineQueryResultPhotoImpl(    id: InlineQueryIdentifier,     url: String,     thumbUrl: String,     width: Int? = null,     height: Int? = null,     title: String? = null,     description: String? = null,     entities: TextSourcesList,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoImpl