diff --git a/instaloader/structures.py b/instaloader/structures.py index 2cc2a0d..bced2b7 100644 --- a/instaloader/structures.py +++ b/instaloader/structures.py @@ -656,10 +656,12 @@ class Profile: @property def is_business_account(self) -> bool: + """.. versionadded:: 4.4""" return self._metadata('is_business_account') @property def business_category_name(self) -> str: + """.. versionadded:: 4.4""" return self._metadata('business_category_name') @property