Skip to content

Commit

Permalink
Add replied_to_comment_id field to the comments type with the type Op…
Browse files Browse the repository at this point in the history
…tional[str] to track unanswered messages.
  • Loading branch information
Tlaloc-Es authored Nov 26, 2023
1 parent dccce94 commit b3bce6e
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 @@ -182,6 +182,7 @@ class Comment(BaseModel):
created_at_utc: datetime
content_type: str
status: str
replied_to_comment_id: Optional[str] = None
has_liked: Optional[bool] = None
like_count: Optional[int] = None

Expand Down

0 comments on commit b3bce6e

Please sign in to comment.