BaseInlineQuery
data class BaseInlineQuery(val id: InlineQueryId, val from: CommonUser, val query: String, val offset: String, val chatType: ChatType?) : InlineQuery
Constructors
Link copied to clipboard
constructor(id: InlineQueryId, from: CommonUser, query: String, offset: String, chatType: ChatType?)
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