Uses of Class
org.drinkless.tdlib.TdApi.InlineQueryResult
Packages that use TdApi.InlineQueryResult
-
Uses of TdApi.InlineQueryResult in org.drinkless.tdlib
Subclasses of TdApi.InlineQueryResult in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classRepresents an animation file.static classRepresents a link to an article or web page.static classRepresents an audio file.static classRepresents a user contact.static classRepresents a document.static classRepresents information about a game.static classRepresents a point on the map.static classRepresents a photo.static classRepresents a sticker.static classRepresents information about a venue.static classRepresents a video.static classRepresents a voice note.Fields in org.drinkless.tdlib declared as TdApi.InlineQueryResultModifier and TypeFieldDescriptionTdApi.PreparedInlineMessage.resultResulted inline message of the query.TdApi.InlineQueryResults.resultsResults of the query.Constructors in org.drinkless.tdlib with parameters of type TdApi.InlineQueryResultModifierConstructorDescriptionInlineQueryResults(long inlineQueryId, TdApi.InlineQueryResultsButton button, TdApi.InlineQueryResult[] results, String nextOffset) Represents the results of the inline query.PreparedInlineMessage(long inlineQueryId, TdApi.InlineQueryResult result, TdApi.TargetChatTypes chatTypes) Represents a ready to send inline message.