Skip to content

Commit

Permalink
Adjust validation error for Story', 'is_paid_partnership'
Browse files Browse the repository at this point in the history
  • Loading branch information
itsManeka committed May 5, 2024
1 parent eab8bb8 commit 5e9b91e
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 @@ -323,7 +323,7 @@ class Story(TypesBaseModel):
video_url: Optional[HttpUrl] = None # for Video and IGTV
video_duration: Optional[float] = 0.0 # for Video and IGTV
sponsor_tags: List[UserShort]
is_paid_partnership: Optional[bool]
is_paid_partnership: Optional[bool] = False
mentions: List[StoryMention]
links: List[StoryLink]
hashtags: List[StoryHashtag]
Expand Down

0 comments on commit 5e9b91e

Please sign in to comment.