Uses of Class
com.foxinmy.weixin4j.qy.type.ChatType
-
Packages that use ChatType Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.qy.message com.foxinmy.weixin4j.qy.type -
-
Uses of ChatType in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy with parameters of type ChatType Modifier and Type Method Description ApiResult
WeixinProxy. clearChatNotify(String targetId, String owner, ChatType chatType)
清除会话未读状态 -
Uses of ChatType in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api with parameters of type ChatType Modifier and Type Method Description ApiResult
ChatApi. clearChatNotify(String targetId, String owner, ChatType chatType)
清除会话未读状态 -
Uses of ChatType in com.foxinmy.weixin4j.qy.message
Methods in com.foxinmy.weixin4j.qy.message that return ChatType Modifier and Type Method Description ChatType
ChatMessage. getChatType()
Constructors in com.foxinmy.weixin4j.qy.message with parameters of type ChatType Constructor Description ChatMessage(String targetId, ChatType chatType, String senderId, ChatTuple chatTuple)
-
Uses of ChatType in com.foxinmy.weixin4j.qy.type
Methods in com.foxinmy.weixin4j.qy.type that return ChatType Modifier and Type Method Description static ChatType
ChatType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChatType[]
ChatType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-