Uses of Class
it.tdlight.jni.TdApi.Animation
-
Uses of TdApi.Animation in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.Game.animation
Game animation; may be null.TdApi.InlineQueryResultAnimation.animation
Animation file.TdApi.MessageAnimation.animation
The animation description.TdApi.PageBlockAnimation.animation
Animation file; may be null.TdApi.PushMessageContentAnimation.animation
Message content; may be null.TdApi.WebPage.animation
Preview of the content as an animation, if available; may be null.TdApi.Animations.animations
List of animations.ModifierConstructorDescriptionAnimations
(TdApi.Animation[] animations) Represents a list of animations.Game
(long id, String shortName, String title, TdApi.FormattedText text, String description, TdApi.Photo photo, TdApi.Animation animation) Describes a game.InlineQueryResultAnimation
(String id, TdApi.Animation animation, String title) Represents an animation file.MessageAnimation
(TdApi.Animation animation, TdApi.FormattedText caption, boolean isSecret) An animation message (GIF-style).PageBlockAnimation
(TdApi.Animation animation, TdApi.PageBlockCaption caption, boolean needAutoplay) An animation.PushMessageContentAnimation
(TdApi.Animation animation, String caption, boolean isPinned) An animation message (GIF-style).WebPage
(String url, String displayUrl, String type, String siteName, String title, TdApi.FormattedText description, TdApi.Photo photo, String embedUrl, String embedType, int embedWidth, int embedHeight, int duration, String author, TdApi.Animation animation, TdApi.Audio audio, TdApi.Document document, TdApi.Sticker sticker, TdApi.Video video, TdApi.VideoNote videoNote, TdApi.VoiceNote voiceNote, int instantViewVersion) Describes a web page preview.