Ejemplo n.º 1
0
 public void sendText(String msg, String uid)
 {
     WechatApi.sendText(msg, uid);
 }
Ejemplo n.º 2
0
 public GroupMessage(WechatApi wechatApi) : base(wechatApi)
 {
 }
Ejemplo n.º 3
0
 public UserMessage(WechatApi wechatApi)
 {
     this.WechatApi = wechatApi;
 }