MadelineProtoDocs/docs/TD_docs/methods/searchHashtags.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
656 B
Markdown

---
title: searchHashtags
description: Searches for recently used hashtags by their prefix
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: searchHashtags
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Searches for recently used hashtags by their prefix
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|prefix|[string](../types/string.md) | Yes|Hashtag prefix to search for|
|limit|[int](../types/int.md) | Yes|Maximum number of hashtags to return|
### Return type: [Hashtags](../types/Hashtags.md)