AnswerCallbackQueryOptions

@Serializable
data class AnswerCallbackQueryOptions(var text: String? = null, var showAlert: Boolean? = null, var url: String? = null, var cacheTime: Int? = null) : Options

Constructors

Link copied to clipboard
constructor(text: String? = null, showAlert: Boolean? = null, url: String? = null, cacheTime: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var text: String?
Link copied to clipboard
var url: String?