MadelineProtoDocs/docs/TD_docs/methods/deleteRecentHashtag.md
2018-04-04 19:52:48 +02:00

24 lines
587 B
Markdown

---
title: deleteRecentHashtag
description: Deletes a hashtag from the list of recently used hashtags
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## Method: deleteRecentHashtag
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes a hashtag from the list of recently used hashtags
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|hashtag|[string](../types/string.md) | Yes|The hashtag to delete|
### Return type: [Ok](../types/Ok.md)