Uses of Class
it.tdlight.jni.TdApi.File
-
Uses of TdApi.File in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.FileModifier and TypeFieldDescriptionTdApi.AttachmentMenuBot.androidIconAttachment menu icon for the bot in TGS format for the official Android app; 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 attachment menu 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.AttachmentMenuBot.iosAnimatedIconAttachment menu icon for the bot in TGS format for the official iOS app; may be null.TdApi.AttachmentMenuBot.iosStaticIconAttachment menu icon for the bot in SVG format for the official iOS app; may be null.TdApi.AttachmentMenuBot.macosIconAttachment menu icon for the bot in TGS format for the official native macOS app; may be null.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.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 it.tdlight.jni with parameters of type TdApi.FileModifierConstructorDescriptionAnimatedChatPhoto(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 supportsSettings, boolean requestWriteAccess, String name, TdApi.AttachmentMenuBotColor nameColor, TdApi.File defaultIcon, TdApi.File iosStaticIcon, TdApi.File iosAnimatedIcon, TdApi.File androidIcon, TdApi.File macosIcon, TdApi.AttachmentMenuBotColor iconColor, TdApi.File webAppPlaceholder) Represents a bot, which can be added to attachment 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.ClosedVectorPath[] outline, TdApi.Thumbnail thumbnail, TdApi.File sticker) Describes a sticker.StickerFullTypeRegular(TdApi.File premiumAnimation) The sticker is a regular 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, byte[] waveform, int length, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.SpeechRecognitionResult speechRecognitionResult, TdApi.File video) Describes a video note.VoiceNote(int duration, byte[] waveform, String mimeType, TdApi.SpeechRecognitionResult speechRecognitionResult, TdApi.File voice) Describes a voice note.