Class ChatMessage

    • Constructor Detail

      • ChatMessage

        public ChatMessage​(String targetId,
                           ChatType chatType,
                           String senderId,
                           com.foxinmy.weixin4j.tuple.ChatTuple chatTuple)
    • Method Detail

      • getTargetId

        public String getTargetId()
      • getChatType

        public ChatType getChatType()
      • getSenderId

        public String getSenderId()
      • getChatTuple

        public com.foxinmy.weixin4j.tuple.ChatTuple getChatTuple()