-
Constructors in it.tdlight.jni 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.
|