mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-03 19:17:10 +08:00
feat: intergrate itchat to lib
This commit is contained in:
14
lib/itchat/content.py
Normal file
14
lib/itchat/content.py
Normal file
@@ -0,0 +1,14 @@
|
||||
TEXT = 'Text'
|
||||
MAP = 'Map'
|
||||
CARD = 'Card'
|
||||
NOTE = 'Note'
|
||||
SHARING = 'Sharing'
|
||||
PICTURE = 'Picture'
|
||||
RECORDING = VOICE = 'Recording'
|
||||
ATTACHMENT = 'Attachment'
|
||||
VIDEO = 'Video'
|
||||
FRIENDS = 'Friends'
|
||||
SYSTEM = 'System'
|
||||
|
||||
INCOME_MSG = [TEXT, MAP, CARD, NOTE, SHARING, PICTURE,
|
||||
RECORDING, VOICE, ATTACHMENT, VIDEO, FRIENDS, SYSTEM]
|
||||
Reference in New Issue
Block a user