WebApp

@Serializable
@SerialName(value = "web_app")
data class WebApp(val text: String, val webApp: WebAppInfo) : MenuButton

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
open val type: String
Link copied to clipboard