1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-08 03:36:51 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/-answer-inline-query.md

12 lines
1.2 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.answers](../index.md)/[AnswerInlineQuery](index.md)/[AnswerInlineQuery](-answer-inline-query.md)
# AnswerInlineQuery
[common]
Content
fun [AnswerInlineQuery](-answer-inline-query.md)(inlineQueryID: [InlineQueryIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FInlineQueryIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), results: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[InlineQueryResult](../../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/index.md)> = emptyList(), cachedTime: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, isPersonal: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, nextOffset: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, switchPmText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, switchPmParameter: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null)