Uses of Class
it.tdlight.jni.TdApi.Animation
-
Uses of TdApi.Animation in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.BotInfo.animation
Animation shown in the chat with the bot if the chat is empty; may be null.TdApi.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.PremiumFeaturePromotionAnimation.animation
Promotion animation for the feature.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.BotInfo
(String shareText, String description, TdApi.Photo photo, TdApi.Animation animation, TdApi.BotMenuButton menuButton, TdApi.BotCommand[] commands, TdApi.ChatAdministratorRights defaultGroupAdministratorRights, TdApi.ChatAdministratorRights defaultChannelAdministratorRights) Contains information about a bot.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.PremiumFeaturePromotionAnimation
(TdApi.PremiumFeature feature, TdApi.Animation animation) Describes a promotion animation for a Premium feature.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.