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 classRepresents a link to an animated GIF or an animated (i.e., without sound) H.264/MPEG-4 AVC video.static classRepresents a link to an article or web page.static classRepresents a link to an MP3 audio file.static classRepresents a user contact.static classRepresents a link to a file.static classRepresents a game.static classRepresents a point on the map.static classRepresents link to a JPEG image.static classRepresents a link to a WEBP, TGS, or WEBM sticker.static classRepresents information about a venue.static classRepresents a link to a page containing an embedded video player or a video file.static classRepresents 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.resultThe result of the query.TdApi.SavePreparedInlineMessage.resultThe description of the message.TdApi.AnswerInlineQuery.resultsThe 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.