InlineQueryResultDocumentImpl

fun InlineQueryResultDocumentImpl(    id: InlineQueryIdentifier,     url: String,     title: String,     mimeType: MimeType,     thumbUrl: String? = null,     thumbWidth: Int? = null,     thumbHeight: Int? = null,     description: String? = null,     text: String? = null,     parseMode: ParseMode? = null,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentImpl
fun InlineQueryResultDocumentImpl(    id: InlineQueryIdentifier,     url: String,     title: String,     mimeType: MimeType,     thumbUrl: String? = null,     thumbWidth: Int? = null,     thumbHeight: Int? = null,     description: String? = null,     entities: TextSourcesList,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentImpl