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 class
Represents an animation file.static class
Represents a link to an article or web page.static class
Represents an audio file.static class
Represents a user contact.static class
Represents a document.static class
Represents information about a game.static class
Represents a point on the map.static class
Represents a photo.static class
Represents a sticker.static class
Represents information about a venue.static class
Represents a video.static class
Represents a voice note.Fields in org.drinkless.tdlib declared as TdApi.InlineQueryResultModifier and TypeFieldDescriptionTdApi.PreparedInlineMessage.result
Resulted inline message of the query.TdApi.InlineQueryResults.results
Results 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.