Uses of Class
org.drinkless.tdlib.TdApi.File
-
Packages that use TdApi.File Package Description org.drinkless.tdlib -
-
Uses of TdApi.File in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.File Modifier and Type Field Description TdApi.FileTdApi.Animation. animationFile containing the animation.TdApi.FileTdApi.Audio. audioFile containing the audio.TdApi.FileTdApi.ChatPhotoInfo. bigA big (640x640) chat photo variant in JPEG format.TdApi.FileTdApi.ProfilePhoto. bigA big (640x640) user profile photo.TdApi.FileTdApi.Document. documentFile containing the document.TdApi.FileTdApi.AnimatedChatPhoto. fileInformation about the animation file.TdApi.FileTdApi.DatedFile. fileThe file.TdApi.FileTdApi.Thumbnail. fileThe thumbnail.TdApi.FileTdApi.UpdateFile. fileNew data about the file.TdApi.FileTdApi.PhotoSize. photoInformation about the image file.TdApi.FileTdApi.ChatPhotoInfo. smallA small (160x160) chat photo variant in JPEG format.TdApi.FileTdApi.ProfilePhoto. smallA small (160x160) user profile photo.TdApi.FileTdApi.AnimatedEmoji. soundFile containing the sound to be played when the animated emoji is clicked if any; may be null.TdApi.FileTdApi.Sticker. stickerFile containing the sticker.TdApi.FileTdApi.Video. videoFile containing the video.TdApi.FileTdApi.VideoNote. videoFile containing the video.TdApi.FileTdApi.VoiceNote. voiceFile containing the voice note.Constructors in org.drinkless.tdlib with parameters of type TdApi.File Constructor Description AnimatedChatPhoto(int length, TdApi.File file, double mainFrameTimestamp)Animated variant of a chat photo in MPEG4 format.AnimatedEmoji(TdApi.Sticker sticker, int fitzpatrickType, TdApi.File sound)Describes an animated 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.Audio(int duration, String title, String performer, String fileName, String mimeType, TdApi.Minithumbnail albumCoverMinithumbnail, TdApi.Thumbnail albumCoverThumbnail, TdApi.File audio)Describes an audio file.ChatPhotoInfo(TdApi.File small, TdApi.File big, TdApi.Minithumbnail minithumbnail, boolean hasAnimation)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.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)Describes a user profile photo.Sticker(long setId, int width, int height, String emoji, boolean isAnimated, boolean isMask, TdApi.MaskPosition maskPosition, TdApi.ClosedVectorPath[] outline, TdApi.Thumbnail thumbnail, TdApi.File sticker)Describes a sticker.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, int length, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.File video)Describes a video note.VoiceNote(int duration, byte[] waveform, String mimeType, TdApi.File voice)Describes a voice note.
-