--- 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)