Uses of Class
org.drinkless.tdlib.TdApi.File
Packages that use TdApi.File
-
Uses of TdApi.File in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.FileModifier and TypeFieldDescriptionTdApi.AttachmentMenuBot.androidIconIcon for the bot in TGS format for the official Android app; may be null.TdApi.AttachmentMenuBot.androidSideMenuIconIcon for the bot in SVG format for the official Android app side menu; may be null.TdApi.Animation.animationFile containing the animation.TdApi.Audio.audioFile containing the audio.TdApi.ChatPhotoInfo.bigA big (640x640) chat photo variant in JPEG format.TdApi.ProfilePhoto.bigA big (640x640) user profile photo.TdApi.AttachmentMenuBot.defaultIconDefault icon for the bot in SVG format; may be null.TdApi.Document.documentFile containing the document.TdApi.AnimatedChatPhoto.fileInformation about the animation file.TdApi.DatedFile.fileThe file.TdApi.Thumbnail.fileThe thumbnail.TdApi.UpdateFile.fileNew data about the file.TdApi.AlternativeVideo.hlsFileHLS file describing the video.TdApi.AttachmentMenuBot.iosAnimatedIconIcon for the bot in TGS format for the official iOS app; may be null.TdApi.AttachmentMenuBot.iosSideMenuIconIcon for the bot in PNG format for the official iOS app side menu; may be null.TdApi.AttachmentMenuBot.iosStaticIconIcon for the bot in SVG format for the official iOS app; may be null.TdApi.AttachmentMenuBot.macosIconIcon for the bot in TGS format for the official native macOS app; may be null.TdApi.AttachmentMenuBot.macosSideMenuIconIcon for the bot in PNG format for the official macOS app side menu; may be null.TdApi.VideoStoryboard.mapFileFile that describes mapping of position in the video to a tile in the JPEG file.TdApi.PhotoSize.photoInformation about the image file.TdApi.StickerFullTypeRegular.premiumAnimationPremium animation of the sticker; may be null.TdApi.ChatPhotoInfo.smallA small (160x160) chat photo variant in JPEG format.TdApi.ProfilePhoto.smallA small (160x160) user profile photo.TdApi.AnimatedEmoji.soundFile containing the sound to be played when the sticker is clicked; may be null.TdApi.NotificationSound.soundFile containing the sound.TdApi.Sticker.stickerFile containing the sticker.TdApi.VideoStoryboard.storyboardFileA JPEG file that contains tiled previews of video.TdApi.AlternativeVideo.videoFile containing the video.TdApi.StoryVideo.videoFile containing the video.TdApi.Video.videoFile containing the video.TdApi.VideoNote.videoFile containing the video.TdApi.VoiceNote.voiceFile containing the voice note.TdApi.AttachmentMenuBot.webAppPlaceholderDefault placeholder for opened Web Apps in SVG format; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.FileModifierConstructorDescriptionAlternativeVideo(long id, int width, int height, String codec, TdApi.File hlsFile, TdApi.File video) Describes an alternative re-encoded quality of a video file.AnimatedChatPhoto(int length, TdApi.File file, double mainFrameTimestamp) Animated variant of a chat photo in MPEG4 format.AnimatedEmoji(TdApi.Sticker sticker, int stickerWidth, int stickerHeight, int fitzpatrickType, TdApi.File sound) Describes an animated or custom representation of an emoji.Animation(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.AttachmentMenuBot(long botUserId, boolean supportsSelfChat, boolean supportsUserChats, boolean supportsBotChats, boolean supportsGroupChats, boolean supportsChannelChats, boolean requestWriteAccess, boolean isAdded, boolean showInAttachmentMenu, boolean showInSideMenu, boolean showDisclaimerInSideMenu, String name, TdApi.AttachmentMenuBotColor nameColor, TdApi.File defaultIcon, TdApi.File iosStaticIcon, TdApi.File iosAnimatedIcon, TdApi.File iosSideMenuIcon, TdApi.File androidIcon, TdApi.File androidSideMenuIcon, TdApi.File macosIcon, TdApi.File macosSideMenuIcon, TdApi.AttachmentMenuBotColor iconColor, TdApi.File webAppPlaceholder) Represents a bot, which can be added to attachment or side menu.Audio(int duration, String title, String performer, String fileName, String mimeType, TdApi.Minithumbnail albumCoverMinithumbnail, TdApi.Thumbnail albumCoverThumbnail, TdApi.Thumbnail[] externalAlbumCovers, TdApi.File audio) Describes an audio file.ChatPhotoInfo(TdApi.File small, TdApi.File big, TdApi.Minithumbnail minithumbnail, boolean hasAnimation, boolean isPersonal) Contains basic information about the photo of a chat.DatedFile(TdApi.File file, int date) File with the date it was uploaded.Document(String fileName, String mimeType, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.File document) Describes a document of any type.NotificationSound(long id, int duration, int date, String title, String data, TdApi.File sound) Describes a notification sound in MP3 format.PhotoSize(String type, TdApi.File photo, int width, int height, int[] progressiveSizes) Describes an image in JPEG format.ProfilePhoto(long id, TdApi.File small, TdApi.File big, TdApi.Minithumbnail minithumbnail, boolean hasAnimation, boolean isPersonal) Describes a user profile photo.Sticker(long id, long setId, int width, int height, String emoji, TdApi.StickerFormat format, TdApi.StickerFullType fullType, TdApi.Thumbnail thumbnail, TdApi.File sticker) Describes a sticker.StickerFullTypeRegular(TdApi.File premiumAnimation) The sticker is a regular sticker.StoryVideo(double duration, int width, int height, boolean hasStickers, boolean isAnimation, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, int preloadPrefixSize, double coverFrameTimestamp, TdApi.File video) Describes a video file posted as a story.Thumbnail(TdApi.ThumbnailFormat format, int width, int height, TdApi.File file) Represents a thumbnail.UpdateFile(TdApi.File file) Information about a file was updated.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, byte[] waveform, int length, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.SpeechRecognitionResult speechRecognitionResult, TdApi.File video) Describes a video note.VideoStoryboard(TdApi.File storyboardFile, int width, int height, TdApi.File mapFile) Describes a storyboard for a video.VoiceNote(int duration, byte[] waveform, String mimeType, TdApi.SpeechRecognitionResult speechRecognitionResult, TdApi.File voice) Describes a voice note.