Skip to content

Commit

Permalink
removed stories attributes from UserShort class
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dy (2) committed Dec 8, 2023
1 parent a8269e9 commit 63c180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagrapi/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class UserShort(BaseModel):
profile_pic_url_hd: Optional[HttpUrl] = None
is_private: Optional[bool] = None
# is_verified: bool # not found in hashtag_medias_v1
stories: List = []
# stories: List = [] # not found in fbsearch_suggested_profiles


class Usertag(BaseModel):
Expand Down

0 comments on commit 63c180f

Please sign in to comment.