Uses of Class
org.drinkless.tdlib.TdApi.InlineQueryResultsButton
Packages that use TdApi.InlineQueryResultsButton
-
Uses of TdApi.InlineQueryResultsButton in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.InlineQueryResultsButtonModifier 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.Constructors in org.drinkless.tdlib with parameters of type TdApi.InlineQueryResultsButtonModifierConstructorDescriptionAnswerInlineQuery
(long inlineQueryId, boolean isPersonal, TdApi.InlineQueryResultsButton button, TdApi.InputInlineQueryResult[] results, int cacheTime, String nextOffset) Creates a function, which 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.