Uses of Class
org.drinkless.tdlib.TdApi.Animation
-
Packages that use TdApi.Animation Package Description org.drinkless.tdlib -
-
Uses of TdApi.Animation in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.Animation Modifier and Type Field Description TdApi.AnimationTdApi.Game. animationGame animation; may be null.TdApi.AnimationTdApi.InlineQueryResultAnimation. animationAnimation file.TdApi.AnimationTdApi.MessageAnimation. animationThe animation description.TdApi.AnimationTdApi.PageBlockAnimation. animationAnimation file; may be null.TdApi.AnimationTdApi.PushMessageContentAnimation. animationMessage content; may be null.TdApi.AnimationTdApi.WebPage. animationPreview of the content as an animation, if available; may be null.TdApi.Animation[]TdApi.Animations. animationsList of animations.Constructors in org.drinkless.tdlib with parameters of type TdApi.Animation Constructor Description Animations(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.
-