open-dingtalk / dingtalk-stream-sdk-python

Python SDK for DingTalk Stream Mode API, Compared with the webhook mode, it is easier to access the DingTalk chatbot
MIT License
63 stars 20 forks source link

register_callback_hanlder 这个拼写有错误,在helloworld.py 中会报错 #23

Closed mrchenxxx closed 12 months ago

mrchenxxx commented 12 months ago

client.register_callback_handler(dingtalk_stream.ChatbotMessage.TOPIC, MyCallbackHandler()) AttributeError: 'DingTalkStreamClient' object has no attribute 'register_callback_handler'. Did you mean: 'register_callback_hanlder'?