1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-30 06:26:08 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.api.answers/index.md

15 lines
5.5 KiB
Markdown
Raw Normal View History

//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.api.answers](index.md)
# Package dev.inmo.tgbotapi.extensions.api.answers
## Functions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.api.answers//answerCallbackQuery/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.CallbackQuery.CallbackQuery#kotlin.String?#kotlin.Boolean?#kotlin.String?#kotlin.Int?/PointingToDeclaration/"></a>[answerCallbackQuery](answer-callback-query.md)| <a name="dev.inmo.tgbotapi.extensions.api.answers//answerCallbackQuery/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.CallbackQuery.CallbackQuery#kotlin.String?#kotlin.Boolean?#kotlin.String?#kotlin.Int?/PointingToDeclaration/"></a>[common] <br>Content <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[answerCallbackQuery](answer-callback-query.md)(callbackQuery: [CallbackQuery](../dev.inmo.tgbotapi.types.CallbackQuery/-callback-query/index.md), text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, showAlert: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, cachedTimeSeconds: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[answerCallbackQuery](answer-callback-query.md)(callbackQueryId: [CallbackQueryIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FCallbackQueryIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, showAlert: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, cachedTimeSeconds: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.api.answers//answerInlineQuery/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.InlineQueries.abstracts.InlineQuery#kotlin.collections.List[dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult]#kotlin.Int?#kotlin.Boolean?#kotlin.String?#kotlin.String?#kotlin.String?/PointingToDeclaration/"></a>[answerInlineQuery](answer-inline-query.md)| <a name="dev.inmo.tgbotapi.extensions.api.answers//answerInlineQuery/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.InlineQueries.abstracts.InlineQuery#kotlin.collections.List[dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult]#kotlin.Int?#kotlin.Boolean?#kotlin.String?#kotlin.String?#kotlin.String?/PointingToDeclaration/"></a>[common] <br>Content <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[answerInlineQuery](answer-inline-query.md)(inlineQuery: [InlineQuery](../dev.inmo.tgbotapi.types.InlineQueries.abstracts/-inline-query/index.md), 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): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[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): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>|