Skip to content

Commit

Permalink
adding rotation field to StoryMention
Browse files Browse the repository at this point in the history
  • Loading branch information
DZeitounPEReN committed Jan 31, 2024
1 parent 0300b2d commit cbc4378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instagrapi/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ class StoryMention(TypesBaseModel):
y: Optional[float] = None
width: Optional[float] = None
height: Optional[float] = None
rotation: Optional[float] = None


class StoryMedia(TypesBaseModel):
Expand Down

0 comments on commit cbc4378

Please sign in to comment.