Uses of Class
it.tdlight.jni.TdApi.InlineQueryResult
-
Uses of TdApi.InlineQueryResult in it.tdlight.jni
Subclasses of TdApi.InlineQueryResult in it.tdlight.jni Modifier and Type Class Description static class
TdApi.InlineQueryResultAnimation
Represents an animation file.static class
TdApi.InlineQueryResultArticle
Represents a link to an article or web page.static class
TdApi.InlineQueryResultAudio
Represents an audio file.static class
TdApi.InlineQueryResultContact
Represents a user contact.static class
TdApi.InlineQueryResultDocument
Represents a document.static class
TdApi.InlineQueryResultGame
Represents information about a game.static class
TdApi.InlineQueryResultLocation
Represents a point on the map.static class
TdApi.InlineQueryResultPhoto
Represents a photo.static class
TdApi.InlineQueryResultSticker
Represents a sticker.static class
TdApi.InlineQueryResultVenue
Represents information about a venue.static class
TdApi.InlineQueryResultVideo
Represents a video.static class
TdApi.InlineQueryResultVoiceNote
Represents a voice note.Fields in it.tdlight.jni declared as TdApi.InlineQueryResult Modifier and Type Field Description TdApi.InlineQueryResult[]
TdApi.InlineQueryResults. results
Results of the query.Constructors in it.tdlight.jni with parameters of type TdApi.InlineQueryResult Constructor Description InlineQueryResults(long inlineQueryId, String nextOffset, TdApi.InlineQueryResult[] results, String switchPmText, String switchPmParameter)
Represents the results of the inline query.