MadelineProto/docs/TD_docs/methods/searchHashtags.md
2017-08-25 15:05:53 +02:00

24 lines
579 B
Markdown

---
title: searchHashtags
description: Searches for recently used hashtags by their prefix
---
## Method: searchHashtags
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Searches for recently used hashtags by their prefix
### Params:
| 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)