MadelineProtoDocs/docs/TD_docs/methods/deleteRecentHashtag.md

24 lines
588 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 | Description | Required |
|----------|---------------|-------------|----------|
|hashtag|[string](../types/string.md) | The hashtag to delete | Yes|
### Return type: [Ok](../types/Ok.md)