mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 11:29:38 +08:00
like and dislike
This commit is contained in:
@@ -157,6 +157,9 @@ class CommentResource:
|
||||
def delete_comment(self, comment_id: str):
|
||||
pass
|
||||
|
||||
def react_comment(self, username, comment_id, verb):
|
||||
pass
|
||||
|
||||
|
||||
class CommentChildResource:
|
||||
def get_comment(self, parent_id: str, page: int, size: int) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user