Uses of Class
org.drinkless.tdlib.TdApi.Animation
Packages that use TdApi.Animation
-
Uses of TdApi.Animation in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.AnimationModifier and TypeFieldDescriptionTdApi.BotInfo.animation
Animation shown in the chat with the bot if the chat is empty; may be null.TdApi.BusinessFeaturePromotionAnimation.animation
Promotion animation for the feature.TdApi.Game.animation
Game animation; may be null.TdApi.InlineQueryResultAnimation.animation
Animation file.TdApi.LinkPreviewTypeAnimation.animation
The animation.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.WebApp.animation
Web App animation; may be null.TdApi.Animations.animations
List of animations.Constructors in org.drinkless.tdlib with parameters of type TdApi.AnimationModifierConstructorDescriptionAnimations
(TdApi.Animation[] animations) Represents a list of animations.BotInfo
(String shortDescription, String description, TdApi.Photo photo, TdApi.Animation animation, TdApi.BotMenuButton menuButton, TdApi.BotCommand[] commands, String privacyPolicyUrl, TdApi.ChatAdministratorRights defaultGroupAdministratorRights, TdApi.ChatAdministratorRights defaultChannelAdministratorRights, TdApi.AffiliateProgramInfo affiliateProgram, int webAppBackgroundLightColor, int webAppBackgroundDarkColor, int webAppHeaderLightColor, int webAppHeaderDarkColor, TdApi.BotVerificationParameters verificationParameters, boolean canGetRevenueStatistics, boolean canManageEmojiStatus, boolean hasMediaPreviews, TdApi.InternalLinkType editCommandsLink, TdApi.InternalLinkType editDescriptionLink, TdApi.InternalLinkType editDescriptionMediaLink, TdApi.InternalLinkType editSettingsLink) Contains information about a bot.BusinessFeaturePromotionAnimation
(TdApi.BusinessFeature feature, TdApi.Animation animation) Describes a promotion animation for a Business feature.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.LinkPreviewTypeAnimation
(TdApi.Animation animation) The link is a link to an animation.MessageAnimation
(TdApi.Animation animation, TdApi.FormattedText caption, boolean showCaptionAboveMedia, boolean hasSpoiler, 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).WebApp
(String shortName, String title, String description, TdApi.Photo photo, TdApi.Animation animation) Describes a Web App.