data class AnswerInlineQuery : SimpleRequest<Boolean>
(source)
(common)
<init> |
AnswerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null) |
(common)
cachedTime |
val cachedTime: Int? |
(common)
inlineQueryID |
val inlineQueryID: InlineQueryIdentifier |
(common)
isPersonal |
val isPersonal: Boolean? |
(common)
nextOffset |
val nextOffset: String? |
(common)
requestSerializer |
val requestSerializer: SerializationStrategy<*> |
(common)
resultDeserializer |
val resultDeserializer: DeserializationStrategy<Boolean> |
(common)
results |
val results: List<InlineQueryResult> |
(common)
switchPmParameter |
val switchPmParameter: String? |
(common)
switchPmText |
val switchPmText: String? |
(common)
method |
fun method(): String |