1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 23:26:56 +01:00
MadelineProto/docs/TD_docs/methods/deleteSavedAnimation.md
2017-08-25 14:43:29 +02:00

23 lines
510 B
Markdown

---
title: deleteSavedAnimation
description: Removes animation from the list of saved animations
---
## Method: deleteSavedAnimation
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Removes animation from the list of saved animations
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|animation|[InputFile](../types/InputFile.md) | Yes|Animation file to delete|
### Return type: [Ok](../types/Ok.md)