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/-answer-inline-query.md
2021-03-17 15:18:37 +00:00

1.2 KiB

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

AnswerInlineQuery

[common]
Content
fun AnswerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null)