user limit

This commit is contained in:
Rationess
2026-02-03 20:45:06 +03:00
parent 2ccd26fc9b
commit 3ad003a0b1

View File

@@ -516,7 +516,7 @@ class Client:
Returns:
list[Hashtag]: Список хэштэгов
"""
return self.get_hashtags(10)
return self.get_hashtags(limit)
@refresh_on_error
def get_hashtags(self, limit: int = 10) -> list[Hashtag]: