data class InlineQueryResultPhotoImpl : InlineQueryResultPhoto
(source)
(common)
<init> |
InlineQueryResultPhotoImpl(id: String, url: String, thumbUrl: String, width: Int? = null, height: Int? = null, title: String? = 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)
height |
val height: Int? |
(common)
id |
val id: String |
(common)
inputMessageContent |
val inputMessageContent: InputMessageContent? |
(common)
parseMode |
val parseMode: ParseMode? |
(common)
replyMarkup |
val replyMarkup: InlineKeyboardMarkup? |
(common)
thumbUrl |
val thumbUrl: String |
(common)
title |
val title: String? |
(common)
type |
val type: String |
(common)
url |
val url: String |
(common)
width |
val width: Int? |