AnswerInlineQuery

data class AnswerInlineQuery(val inlineQueryID: InlineQueryId, val results: List<InlineQueryResult> = emptyList(), val cachedTime: Int? = null, val isPersonal: Boolean? = null, val nextOffset: String? = null, val button: InlineQueryResultsButton? = null) : SimpleRequest<Unit>

Constructors

Link copied to clipboard
constructor(inlineQueryID: InlineQueryId, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String?, switchPmParameter: String?)
constructor(inlineQueryID: InlineQueryId, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, button: InlineQueryResultsButton? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val cachedTime: Int? = null
Link copied to clipboard
Link copied to clipboard
val isPersonal: Boolean? = null
Link copied to clipboard
val nextOffset: String? = null
Link copied to clipboard
open override val requestSerializer: <Error class: unknown class><out <Error class: unknown class>>
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><Unit>
Link copied to clipboard

Functions

Link copied to clipboard
open override fun method(): String