WebApp

@Serializable
data class WebApp(val text: String, val webApp: WebAppInfo) : MenuButton

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
@Required
@EncodeDefault
open override val type: String
Link copied to clipboard
@SerialName(value = "web_app")
val webApp: WebAppInfo