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

15 lines
2.0 KiB
Markdown
Raw Normal View History

//[docs](../../index.md)/[dev.inmo.tgbotapi.types.InlineQueries.query](index.md)
# Package dev.inmo.tgbotapi.types.InlineQueries.query
## Types
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.InlineQueries.query/BaseInlineQuery///PointingToDeclaration/"></a>[BaseInlineQuery](-base-inline-query/index.md)| <a name="dev.inmo.tgbotapi.types.InlineQueries.query/BaseInlineQuery///PointingToDeclaration/"></a>[common] <br>Content <br>data class [BaseInlineQuery](-base-inline-query/index.md)(**id**: [InlineQueryIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FInlineQueryIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **from**: [User](../dev.inmo.tgbotapi.types/-user/index.md), **query**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **offset**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [InlineQuery](../dev.inmo.tgbotapi.types.InlineQueries.abstracts/-inline-query/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.types.InlineQueries.query/LocationInlineQuery///PointingToDeclaration/"></a>[LocationInlineQuery](-location-inline-query/index.md)| <a name="dev.inmo.tgbotapi.types.InlineQueries.query/LocationInlineQuery///PointingToDeclaration/"></a>[common] <br>Content <br>data class [LocationInlineQuery](-location-inline-query/index.md)(**id**: [InlineQueryIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FInlineQueryIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **from**: [User](../dev.inmo.tgbotapi.types/-user/index.md), **query**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **offset**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **location**: [Location](../dev.inmo.tgbotapi.types.location/-location/index.md)) : [InlineQuery](../dev.inmo.tgbotapi.types.InlineQueries.abstracts/-inline-query/index.md) <br><br><br>|