Uses of Class
org.drinkless.tdlib.TdApi.InlineQueryResult
-
Packages that use TdApi.InlineQueryResult Package Description org.drinkless.tdlib -
-
Uses of TdApi.InlineQueryResult in org.drinkless.tdlib
Subclasses of TdApi.InlineQueryResult in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.InlineQueryResultAnimationRepresents an animation file.static classTdApi.InlineQueryResultArticleRepresents a link to an article or web page.static classTdApi.InlineQueryResultAudioRepresents an audio file.static classTdApi.InlineQueryResultContactRepresents a user contact.static classTdApi.InlineQueryResultDocumentRepresents a document.static classTdApi.InlineQueryResultGameRepresents information about a game.static classTdApi.InlineQueryResultLocationRepresents a point on the map.static classTdApi.InlineQueryResultPhotoRepresents a photo.static classTdApi.InlineQueryResultStickerRepresents a sticker.static classTdApi.InlineQueryResultVenueRepresents information about a venue.static classTdApi.InlineQueryResultVideoRepresents a video.static classTdApi.InlineQueryResultVoiceNoteRepresents a voice note.Fields in org.drinkless.tdlib declared as TdApi.InlineQueryResult Modifier and Type Field Description TdApi.InlineQueryResult[]TdApi.InlineQueryResults. resultsResults of the query.Constructors in org.drinkless.tdlib 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.
-