Uses of Class
com.foxinmy.weixin4j.qy.model.ChatMute
-
Packages that use ChatMute Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api -
-
Uses of ChatMute in com.foxinmy.weixin4j.qy
Method parameters in com.foxinmy.weixin4j.qy with type arguments of type ChatMute Modifier and Type Method Description List<String>
WeixinProxy. setChatMute(List<ChatMute> chatMutes)
设置成员接收到的消息是否提醒。主要场景是用于对接企业im的在线状态,如成员处于在线状态时,可以设置该成员的消息免打扰。当成员离线时,关闭免打扰状态 ,对微信端进行提醒。 -
Uses of ChatMute in com.foxinmy.weixin4j.qy.api
Method parameters in com.foxinmy.weixin4j.qy.api with type arguments of type ChatMute Modifier and Type Method Description List<String>
ChatApi. setChatMute(List<ChatMute> chatMutes)
设置成员接收到的消息是否提醒。主要场景是用于对接企业im的在线状态,如成员处于在线状态时,可以设置该成员的消息免打扰。当成员离线时,关闭免打扰状态 ,对微信端进行提醒。
-