Uses of Class
org.drinkless.tdlib.TdApi.InputInlineQueryResult
Packages that use TdApi.InputInlineQueryResult
-
Uses of TdApi.InputInlineQueryResult in org.drinkless.tdlib
Subclasses of TdApi.InputInlineQueryResult in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Represents a link to an animated GIF or an animated (i.e., without sound) H.264/MPEG-4 AVC video.static class
Represents a link to an article or web page.static class
Represents a link to an MP3 audio file.static class
Represents a user contact.static class
Represents a link to a file.static class
Represents a game.static class
Represents a point on the map.static class
Represents link to a JPEG image.static class
Represents a link to a WEBP, TGS, or WEBM sticker.static class
Represents information about a venue.static class
Represents a link to a page containing an embedded video player or a video file.static class
Represents a link to an opus-encoded audio file within an OGG container, single channel audio.Fields in org.drinkless.tdlib declared as TdApi.InputInlineQueryResultModifier and TypeFieldDescriptionTdApi.AnswerWebAppQuery.result
The result of the query.TdApi.SavePreparedInlineMessage.result
The description of the message.TdApi.AnswerInlineQuery.results
The results of the query.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputInlineQueryResultModifierConstructorDescriptionAnswerInlineQuery
(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.AnswerWebAppQuery
(String webAppQueryId, TdApi.InputInlineQueryResult result) Creates a function, which sets the result of interaction with a Web App and sends corresponding message on behalf of the user to the chat from which the query originated; for bots only.SavePreparedInlineMessage
(long userId, TdApi.InputInlineQueryResult result, TdApi.TargetChatTypes chatTypes) Creates a function, which saves an inline message to be sent by the given user; for bots only.