MCPcopy
hub / github.com/liuwons/wxBot / handle_msg_all

Method handle_msg_all

test.py:8–10  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

6
7class MyWXBot(WXBot):
8 def handle_msg_all(self, msg):
9 if msg['msg_type_id'] == 4 and msg['content']['type'] == 0:
10 self.send_msg_by_uid('hi', msg['user']['id'])
11
12
13'''

Callers

nothing calls this directly

Calls 1

send_msg_by_uidMethod · 0.80

Tested by

no test coverage detected