LocationInlineQuery
data class LocationInlineQuery(val id: InlineQueryId, val from: CommonUser, val query: String, val offset: String, val chatType: ChatType?, val location: Location) : InlineQuery
Constructors
Link copied to clipboard
constructor(id: InlineQueryId, from: CommonUser, query: String, offset: String, chatType: ChatType?, location: Location)
Properties
Functions
Link copied to clipboard
fun InlineQuery.createAnswer(results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, button: InlineQueryResultsButton? = null): AnswerInlineQuery
fun InlineQuery.createAnswer(results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String?, switchPmParameter: String?): AnswerInlineQuery