Uses of Class
org.drinkless.tdlib.TdApi.LinkPreviewType
Packages that use TdApi.LinkPreviewType
-
Uses of TdApi.LinkPreviewType in org.drinkless.tdlib
Subclasses of TdApi.LinkPreviewType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The link is a link to a media album consisting of photos and videos.static class
The link is a link to an animation.static class
The link is a link to an app at App Store or Google Play.static class
The link is a link to a web site.static class
The link is a link to an audio.static class
The link is a link to a background.static class
The link is a link to boost a channel chat.static class
The link is a link to a chat.static class
The link is a link to a general file.static class
The link is a link to an animation player.static class
The link is a link to an audio player.static class
The link is a link to a video player.static class
The link is a link to an audio file.static class
The link is a link to a video file.static class
The link is a link to a group call that isn't bound to a chat.static class
The link is a link to an invoice.static class
The link is a link to a text or a poll Telegram message.static class
The link is a link to a photo.static class
The link is a link to a Telegram Premium gift code.static class
The link is a link to a shareable chat folder.static class
The link is a link to a sticker.static class
The link is a link to a sticker set.static class
The link is a link to a story.static class
The link is a link to boost a supergroup chat.static class
The link is a link to a cloud theme.static class
The link preview type is unsupported yet.static class
The link is a link to an upgraded gift.static class
The link is a link to a user.static class
The link is a link to a video.static class
The link is a link to a video chat.static class
The link is a link to a video note message.static class
The link is a link to a voice note message.static class
The link is a link to a Web App.Fields in org.drinkless.tdlib declared as TdApi.LinkPreviewTypeConstructors in org.drinkless.tdlib with parameters of type TdApi.LinkPreviewTypeModifierConstructorDescriptionLinkPreview
(String url, String displayUrl, String siteName, String title, TdApi.FormattedText description, String author, TdApi.LinkPreviewType type, boolean hasLargeMedia, boolean showLargeMedia, boolean showMediaAboveDescription, boolean skipConfirmation, boolean showAboveText, int instantViewVersion) Describes a link preview.