Skip to content

Commit

Permalink
adding rotation field to StoryLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
DZeitounPEReN committed Jan 31, 2024
1 parent d7aaba6 commit d3d9a8f
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 @@ -249,6 +249,7 @@ class StoryLocation(TypesBaseModel):
y: Optional[float] = None
width: Optional[float] = None
height: Optional[float] = None
rotation: Optional[float] = None


class StoryStickerLink(TypesBaseModel):
Expand Down

0 comments on commit d3d9a8f

Please sign in to comment.