Skip to content

Commit

Permalink
Merge pull request #1914 from itsManeka/issue1851
Browse files Browse the repository at this point in the history
Adjust validation error for Story', 'is_paid_partnership'
  • Loading branch information
subzeroid committed May 18, 2024
2 parents 85353c2 + 5e9b91e commit 77ee822
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 77ee822

Please sign in to comment.