Package dev. inmo. tgbotapi. types. Inline Queries. query
Types
Base Inline Query
Link copied to clipboard
data class BaseInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?) : InlineQuery
Content copied to clipboard
Inline Query
Link copied to clipboard
Location Inline Query
Link copied to clipboard
data class LocationInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?, location: Location) : InlineQuery
Content copied to clipboard