Inline Query Result Article
data class InlineQueryResultArticle(id: String, title: String, inputMessageContent: InputMessageContent, replyMarkup: InlineKeyboardMarkup?, url: String?, hideUrl: Boolean, description: String?, thumbUrl: String?, thumbWidth: Int?, thumbHeight: Int?, type: String) : InlineQueryResult
Content copied to clipboard
Represents a link to an article or web page.
Parameters
id
Unique identifier for this result, 1-64 Bytes
title
Title of the result
inputMessageContent
Content of the message to be sent
replyMarkup
Optional. Inline keyboard attached to the message
url
Optional. URL of the result
hideUrl
Optional. Pass True, if you don't want the URL to be shown in the message
description
Optional. Short description of the result
thumbUrl
Optional. Url of the thumbnail for the result
thumbWidth
Optional. Thumbnail width
thumbHeight
Optional. Thumbnail height
type
Type of the result, must be article
Constructors
InlineQueryResultArticle
Link copied to clipboard
fun InlineQueryResultArticle(id: String, title: String, inputMessageContent: InputMessageContent, replyMarkup: InlineKeyboardMarkup? = null, url: String? = null, hideUrl: Boolean = false, description: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, type: String)
Content copied to clipboard
Unique identifier for this result, 1-64 Bytes
Functions
component1
Link copied to clipboard
component10
Link copied to clipboard
component11
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
component9
Link copied to clipboard
copy
Link copied to clipboard
fun copy(id: String, title: String, inputMessageContent: InputMessageContent, replyMarkup: InlineKeyboardMarkup? = null, url: String? = null, hideUrl: Boolean = false, description: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, type: String): InlineQueryResultArticle
Content copied to clipboard
Properties
description
Link copied to clipboard
inputMessageContent
Link copied to clipboard
replyMarkup
Link copied to clipboard
thumbHeight
Link copied to clipboard
thumbWidth
Link copied to clipboard