AnswerInlineQuery

data class AnswerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List<InlineQueryResult>, cachedTime: Int?, isPersonal: Boolean?, nextOffset: String?, switchPmText: String?, switchPmParameter: String?) : SimpleRequest<Boolean>

Functions

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

Properties

cachedTime
Link copied to clipboard
val cachedTime: Int? = null
inlineQueryID
Link copied to clipboard
val inlineQueryID: InlineQueryIdentifier
isPersonal
Link copied to clipboard
val isPersonal: Boolean? = null
nextOffset
Link copied to clipboard
val nextOffset: String? = null
requestSerializer
Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
resultDeserializer
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<Boolean>
results
Link copied to clipboard
val results: List<InlineQueryResult>
switchPmParameter
Link copied to clipboard
val switchPmParameter: String? = null
switchPmText
Link copied to clipboard
val switchPmText: String? = null