Uses of Class
it.tdlight.jni.TdApi.Thumbnail
-
Uses of TdApi.Thumbnail in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.Audio.albumCoverThumbnail
The thumbnail of the album cover in JPEG format; as defined by the sender.TdApi.Animation.thumbnail
Animation thumbnail in JPEG or MPEG4 format; may be null.TdApi.Document.thumbnail
Document thumbnail in JPEG or PNG format (PNG will be used only for background patterns); as defined by the sender; may be null.TdApi.InlineQueryResultArticle.thumbnail
Result thumbnail in JPEG format; may be null.TdApi.InlineQueryResultContact.thumbnail
Result thumbnail in JPEG format; may be null.TdApi.InlineQueryResultLocation.thumbnail
Result thumbnail in JPEG format; may be null.TdApi.InlineQueryResultVenue.thumbnail
Result thumbnail in JPEG format; may be null.TdApi.Sticker.thumbnail
Sticker thumbnail in WEBP or JPEG format; may be null.TdApi.StickerSet.thumbnail
Sticker set thumbnail in WEBP, TGS, or WEBM format with width and height 100; may be null.TdApi.StickerSetInfo.thumbnail
Sticker set thumbnail in WEBP, TGS, or WEBM format with width and height 100; may be null.TdApi.Video.thumbnail
Video thumbnail in JPEG or MPEG4 format; as defined by the sender; may be null.TdApi.VideoNote.thumbnail
Video thumbnail in JPEG format; as defined by the sender; may be null.ModifierConstructorDescriptionAnimation
(int duration, int width, int height, String fileName, String mimeType, boolean hasStickers, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.File animation) Describes an animation file.Audio
(int duration, String title, String performer, String fileName, String mimeType, TdApi.Minithumbnail albumCoverMinithumbnail, TdApi.Thumbnail albumCoverThumbnail, TdApi.File audio) Describes an audio file.Document
(String fileName, String mimeType, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.File document) Describes a document of any type.InlineQueryResultArticle
(String id, String url, boolean hideUrl, String title, String description, TdApi.Thumbnail thumbnail) Represents a link to an article or web page.InlineQueryResultContact
(String id, TdApi.Contact contact, TdApi.Thumbnail thumbnail) Represents a user contact.InlineQueryResultLocation
(String id, TdApi.Location location, String title, TdApi.Thumbnail thumbnail) Represents a point on the map.InlineQueryResultVenue
(String id, TdApi.Venue venue, TdApi.Thumbnail thumbnail) Represents information about a venue.Sticker
(long setId, int width, int height, String emoji, TdApi.StickerType type, TdApi.ClosedVectorPath[] outline, TdApi.Thumbnail thumbnail, TdApi.File sticker) Describes a sticker.StickerSet
(long id, String title, String name, TdApi.Thumbnail thumbnail, TdApi.ClosedVectorPath[] thumbnailOutline, boolean isInstalled, boolean isArchived, boolean isOfficial, TdApi.StickerType stickerType, boolean isViewed, TdApi.Sticker[] stickers, TdApi.Emojis[] emojis) Represents a sticker set.StickerSetInfo
(long id, String title, String name, TdApi.Thumbnail thumbnail, TdApi.ClosedVectorPath[] thumbnailOutline, boolean isInstalled, boolean isArchived, boolean isOfficial, TdApi.StickerType stickerType, boolean isViewed, int size, TdApi.Sticker[] covers) Represents short information about a sticker set.Video
(int duration, int width, int height, String fileName, String mimeType, boolean hasStickers, boolean supportsStreaming, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.File video) Describes a video file.VideoNote
(int duration, int length, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.File video) Describes a video note.