microsoft / BotFramework-WeChat

WeChat Adapter for BotFramework
MIT License
64 stars 23 forks source link

change message menu from string to number #48

Closed youyu16 closed 4 years ago

youyu16 commented 4 years ago

Fix #47

WeChat will ignore the id in message menu when set it to string. It will be the default int value from 101 with no exception.

Type msgmenu will be used in ChannlData which is dynamic, change the sample bot message menu id to int should be enough.