org.ccs.openim.api.group.req.TransferGroupOwnerReq Maven / Gradle / Ivy
package org.ccs.openim.api.group.req;
import lombok.Data;
@Data
public class TransferGroupOwnerReq {
private String groupID;
private String oldOwnerUserID;
private String newOwnerUserID;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy