Uses of Class
it.tdlight.jni.TdApi.InputInlineQueryResult
-
Uses of TdApi.InputInlineQueryResult in it.tdlight.jni
Subclasses of TdApi.InputInlineQueryResult in it.tdlight.jni Modifier and Type Class Description static class
TdApi.InputInlineQueryResultAnimation
Represents a link to an animated GIF or an animated (i.e., without sound) H.264/MPEG-4 AVC video.static class
TdApi.InputInlineQueryResultArticle
Represents a link to an article or web page.static class
TdApi.InputInlineQueryResultAudio
Represents a link to an MP3 audio file.static class
TdApi.InputInlineQueryResultContact
Represents a user contact.static class
TdApi.InputInlineQueryResultDocument
Represents a link to a file.static class
TdApi.InputInlineQueryResultGame
Represents a game.static class
TdApi.InputInlineQueryResultLocation
Represents a point on the map.static class
TdApi.InputInlineQueryResultPhoto
Represents link to a JPEG image.static class
TdApi.InputInlineQueryResultSticker
Represents a link to a WEBP or TGS sticker.static class
TdApi.InputInlineQueryResultVenue
Represents information about a venue.static class
TdApi.InputInlineQueryResultVideo
Represents a link to a page containing an embedded video player or a video file.static class
TdApi.InputInlineQueryResultVoiceNote
Represents a link to an opus-encoded audio file within an OGG container, single channel audio.Fields in it.tdlight.jni declared as TdApi.InputInlineQueryResult Modifier and Type Field Description TdApi.InputInlineQueryResult[]
TdApi.AnswerInlineQuery. results
The results of the query.Constructors in it.tdlight.jni with parameters of type TdApi.InputInlineQueryResult Constructor Description AnswerInlineQuery(long inlineQueryId, boolean isPersonal, TdApi.InputInlineQueryResult[] results, int cacheTime, String nextOffset, String switchPmText, String switchPmParameter)
Sets the result of an inline query; for bots only.