AnswerInlineQuery
data class AnswerInlineQuery(val inlineQueryID: InlineQueryId, val results: List<InlineQueryResult> = emptyList(), val cachedTime: Int? = null, val isPersonal: Boolean? = null, val nextOffset: String? = null, val button: InlineQueryResultsButton? = null) : SimpleRequest<Unit>
Constructors
Link copied to clipboard
constructor(inlineQueryID: InlineQueryId, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String?, switchPmParameter: String?)
constructor(inlineQueryID: InlineQueryId, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, button: InlineQueryResultsButton? = null)