Uses of Class
it.tdlight.jni.TdApi.InlineQueryResultsButton
-
Uses of TdApi.InlineQueryResultsButton in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.AnswerInlineQuery.button
Button to be shown above inline query results; pass null if none.TdApi.InlineQueryResults.button
Button to be shown above inline query results; may be null.ModifierConstructorDescriptionAnswerInlineQuery
(long inlineQueryId, boolean isPersonal, TdApi.InlineQueryResultsButton button, TdApi.InputInlineQueryResult[] results, int cacheTime, String nextOffset) Sets the result of an inline query; for bots only.InlineQueryResults
(long inlineQueryId, TdApi.InlineQueryResultsButton button, TdApi.InlineQueryResult[] results, String nextOffset) Represents the results of the inline query.