Package dev.inmo.tgbotapi.types.InlineQueries.query

Types

BaseInlineQuery
Link copied to clipboard
common
data class BaseInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String) : InlineQuery
LocationInlineQuery
Link copied to clipboard
common
data class LocationInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, location: Location) : InlineQuery