AnswerInlineQuery

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)