refactor: stripp processing unrelated to channel

This commit is contained in:
lanvent
2023-03-31 22:31:10 +08:00
parent 50a03e7c15
commit 87df588c80
4 changed files with 267 additions and 245 deletions

View File

@@ -20,7 +20,7 @@ class Channel(object):
"""
raise NotImplementedError
def send(self, msg, receiver):
def send(self, reply: Reply, context: Context):
"""
send message to user
:param msg: message content