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