public static class TdApi.InputMessageAnimation extends TdApi.InputMessageContent
Modifier and Type | Field and Description |
---|---|
TdApi.InputFile |
animation
Animation file to send.
|
java.lang.String |
caption
Animation caption.
|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
int |
height
Height of the animation, may be replaced by the server.
|
int |
width
Width of the animation, may be replaced by the server.
|
Constructor and Description |
---|
InputMessageAnimation()
Default constructor.
|
InputMessageAnimation(TdApi.InputFile animation,
int width,
int height,
java.lang.String caption)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile animation
public int width
public int height
public java.lang.String caption
public static final int CONSTRUCTOR
public InputMessageAnimation()
public InputMessageAnimation(TdApi.InputFile animation, int width, int height, java.lang.String caption)
public int getConstructor()
getConstructor
in class TdApi.TLObject