instagrapi
instagrapi copied to clipboard
Can''t understand how to delete usertags on photo with media_edit[BUG]
I'm trying to change usertags on my photo(media.type is 1), but they don't change I tried this to delete them, but it doesn't work
cl.media_edit(str(post.pk), caption=post.caption_text, usertags=[])
and this to just add different usertags
cl.media_edit(str(post.pk), caption=post.caption_text, usertags=tags)
and it also doesn't work Pls help