3.1 KiB
//docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/InlineQueryResultVideoImpl
InlineQueryResultVideoImpl
[common]
Content
fun InlineQueryResultVideoImpl(id: InlineQueryIdentifier, url: String, thumbUrl: String, mimeType: MimeType, title: String, width: Int? = null, height: Int? = null, duration: Int? = null, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoImpl
fun InlineQueryResultVideoImpl(id: InlineQueryIdentifier, url: String, thumbUrl: String, mimeType: MimeType, title: String, width: Int? = null, height: Int? = null, duration: Int? = null, description: String? = null, entities: List<TextSource>, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoImpl