Skip to content

Commit

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

rotation: Optional[float] = None

class StoryLocation(TypesBaseModel):
location: Location
Expand Down

0 comments on commit 0300b2d

Please sign in to comment.