支持发送到话题

This commit is contained in:
2023-01-02 14:51:01 +08:00
parent 24e5057cf8
commit 3672cbb2b5
5 changed files with 484 additions and 38 deletions

View File

@@ -80,6 +80,8 @@ PRIMARY KEY (id)
class userStatus(Enum):
normalStatus = 0
needInputChatId = 1
needInputThreadId = 2
needRemoveThreadId = 3
class database: