mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 06:36:55 +01:00
24 lines
758 B
Markdown
24 lines
758 B
Markdown
---
|
|
title: deleteRecentSticker
|
|
description: Removes a sticker from the list of recently used stickers
|
|
---
|
|
## Method: deleteRecentSticker
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Removes a sticker from the list of recently used stickers
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|is\_attached|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true to remove the sticker from the list of stickers recently attached to photo or video files, pass false to remove the sticker from the list of recently sent stickers|
|
|
|sticker|[CLICK ME InputFile](../types/InputFile.md) | Yes|Sticker file to delete|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|