InlineQuery

Properties

Link copied to clipboard
abstract val chatType: ChatType?
Link copied to clipboard
abstract override val from: CommonUser

The source User of this type

Link copied to clipboard
abstract val id: InlineQueryId
Link copied to clipboard
abstract val offset: String
Link copied to clipboard
abstract val query: String
Link copied to clipboard
open override val user: CommonUser

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