NIMSDK-AOS  9.16.0
RobotMsgType.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.robot.model;
2 
7 public interface RobotMsgType {
11  String WELCOME = "00";
15  String TEXT = "01";
19  String LINK = "03";
20 }