mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 23:26:56 +01:00
23 lines
510 B
Markdown
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)
|
|
|