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, chatType: ChatType?) : InlineQuery
InlineQuery
Link copied to clipboard
common
interface InlineQuery : FromUser
LocationInlineQuery
Link copied to clipboard
common
data class LocationInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?, location: Location) : InlineQuery