Skip to content

Commit

Permalink
Merge pull request #1740 from rfcku/master
Browse files Browse the repository at this point in the history
fix: adds missing import Build Story to Upload docs
  • Loading branch information
subzeroid authored Jan 10, 2024
2 parents 685508e + b815d27 commit dc35e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage-guide/story.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ If you want to format your story correctly (correct resolution, user mentions, e
Example:

``` python
from instagrapi.types import StoryMention, StoryMedia
from instagrapi.types import StoryMention, StoryMedia, StoryLink
from instagrapi.story import StoryBuilder

media_pk = cl.media_pk_from_url('https://www.instagram.com/p/CGgDsi7JQdS/')
Expand Down

0 comments on commit dc35e33

Please sign in to comment.