Uses of Class
com.foxinmy.weixin4j.qy.model.ChatInfo
-
Packages that use ChatInfo Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api -
-
Uses of ChatInfo in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return ChatInfo Modifier and Type Method Description ChatInfo
WeixinProxy. getChat(String chatId)
获取会话Methods in com.foxinmy.weixin4j.qy with parameters of type ChatInfo Modifier and Type Method Description String
WeixinProxy. createChat(ChatInfo chatInfo)
创建会话 如果会话id为空,程序会自动生成一个唯一IDApiResult
WeixinProxy. updateChat(ChatInfo chatInfo, String operator, List<String> addUsers, List<String> deleteUsers)
更新会话 -
Uses of ChatInfo in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return ChatInfo Modifier and Type Method Description ChatInfo
ChatApi. getChat(String chatId)
获取会话Methods in com.foxinmy.weixin4j.qy.api with parameters of type ChatInfo Modifier and Type Method Description String
ChatApi. createChat(ChatInfo chatInfo)
创建会话 如果会话id为空,程序会自动生成一个唯一IDApiResult
ChatApi. updateChat(ChatInfo chatInfo, String operator, List<String> addUsers, List<String> deleteUsers)
更新会话
-