All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.chanjar.weixin.cp.bean.WxCpChat Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package me.chanjar.weixin.cp.bean;

import lombok.Data;

import java.io.Serializable;
import java.util.List;

/**
 * 群聊
 *
 * @author gaigeshen
 */
@Data
public class WxCpChat implements Serializable {
  private static final long serialVersionUID = -4301684507150486556L;

  private String id;
  private String name;
  private String owner;
  private List users;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy