data class InlineQueryResultDocumentImpl : InlineQueryResultDocument
(source)
(common)
<init> |
InlineQueryResultDocumentImpl(id: String, url: String, title: String, mimeType: MimeType, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, description: String? = null, caption: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null) |
(common)
caption |
val caption: String? |
(common)
description |
val description: String? |
(common)
id |
val id: String |
(common)
inputMessageContent |
val inputMessageContent: InputMessageContent? |
(common)
mimeType |
val mimeType: MimeType |
(common)
parseMode |
val parseMode: ParseMode? |
(common)
replyMarkup |
val replyMarkup: InlineKeyboardMarkup? |
(common)
thumbHeight |
val thumbHeight: Int? |
(common)
thumbUrl |
val thumbUrl: String? |
(common)
thumbWidth |
val thumbWidth: Int? |
(common)
title |
val title: String |
(common)
type |
val type: String |
(common)
url |
val url: String |