1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-27 18:35:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/index.md
2021-03-17 15:18:37 +00:00

5.4 KiB

//docs/dev.inmo.tgbotapi.requests.answers/AnswerInlineQuery

AnswerInlineQuery

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

Functions

Name Summary
method [common]
Content
open override fun method(): String


Properties

Name Summary
cachedTime [common] val cachedTime: Int? = null
inlineQueryID [common] val inlineQueryID: InlineQueryIdentifier
isPersonal [common] val isPersonal: Boolean? = null
nextOffset [common] val nextOffset: String? = null
requestSerializer [common] open override val requestSerializer: <*>
resultDeserializer [common] open override val resultDeserializer: <Boolean>
results [common] val results: List<InlineQueryResult>
switchPmParameter [common] val switchPmParameter: String? = null
switchPmText [common] val switchPmText: String? = null