Skip to content

Commit

Permalink
Updated comment.md Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaa-codes committed Jul 14, 2022
1 parent da3faaf commit d161f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage-guide/comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Post comment, viewing, like and unlike comments
| media_comments(media_id: str, amount: int = 0) | List\[Comment] | Get a list comments for media (amount=0 - all comments)
| comment_like(comment_pk: int) | bool | Like a comment
| comment_unlike(comment_pk: int) | bool | Unlike a comment
| comment_pin(media_id: str,comment_pk: int) | bool | Pin a comment
| comment_unpin(media_id: str,comment_pk: int) | bool | Unpin a comment
| comment_bulk_delete(media_id: str, comment_pks: List[int]) | bool | Delete a comment


Expand Down

0 comments on commit d161f14

Please sign in to comment.