AnswerInlineQueryOptions

@Serializable
data class AnswerInlineQueryOptions(var cacheTime: Int? = null, var isPersonal: Boolean? = null, var nextOffset: String? = null, var button: InlineQueryResultsButton? = null) : Options

Constructors

Link copied to clipboard
constructor(cacheTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, button: InlineQueryResultsButton? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun button(text: String, webAppInfoUrl: () -> String)
fun button(text: String, startParameter: String)