public static class TdApi.RemoveSavedAnimation extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.InputFile |
animation
Animation file to be removed.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
RemoveSavedAnimation()
Default constructor for a function, which removes an animation from the list of saved animations.
|
RemoveSavedAnimation(TdApi.InputFile animation)
Creates a function, which removes an animation from the list of saved animations.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile animation
public static final int CONSTRUCTOR
public RemoveSavedAnimation()
Returns Ok
public RemoveSavedAnimation(TdApi.InputFile animation)
Returns Ok
animation
- Animation file to be removed.public int getConstructor()
getConstructor
in class TdApi.Function