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

Types

Link copied to clipboard
data class BaseInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?) : InlineQuery
Link copied to clipboard
interface InlineQuery : FromUser
Link copied to clipboard
data class LocationInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?, location: Location) : InlineQuery