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

com.hn.im.easemob.api.ChatMessageAPI Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.hn.im.easemob.api;

/**
 * This interface is created for RestAPI of Chat Messages, it should be
 * synchronized with the API list.
 *  http://docs.easemob.com/doku.php?id=start:100serverintegration:30chatlog
 * @author Eric23 2016-01-05
 */
public interface ChatMessageAPI {
	/**
	 * 导出聊天记录,默认返回10条 
* GET * * @param limit * 单页条数,最多1000 * @param cursor * 游标,存在更多页时产生 * @param query * 查询语句 ql=select * where timestamp>1403164734226 * @return Object */ Object exportChatMessages(Long limit, String cursor, String query); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy