WebApp

data class WebApp(val text: String, val webAppInfo: WebAppInfo) : InlineQueryResultsButton

Constructors

Link copied to clipboard
constructor(text: String, webAppInfo: WebAppInfo)

Properties

Link copied to clipboard
@SerialName(value = "text")
open override val text: String
Link copied to clipboard
@SerialName(value = "web_app")
val webAppInfo: WebAppInfo