bmv.org.pushca.core.ChannelMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pushca-client Show documentation
Show all versions of pushca-client Show documentation
Advanced client for Pushca server, without connection pool support
The newest version!
package bmv.org.pushca.core;
import bmv.org.pushca.client.model.ClientFilter;
import bmv.org.pushca.client.model.PClient;
import java.util.List;
public class ChannelMessage {
public PClient sender;
public String channelId;
public String messageId;
public Long sendTime;
public String body;
public List mentioned;
}