cmd_pull_chatroom_message
新建一个发送客户端命令[cmd_pull_chatroom_message]的class实例
命令作用:
- 拖取指定聊天室的信息
命令参数:
- 
chatroom: 聊天室id(string类型 - 可选) 
- 
server_id: 聊天室所在的成员服务器id;=nil 时,管理员用户所对应的成员服务器id(string类型 - 必选) 
- 
start: 拖取信息的开始位置;未指定时,默认值为0(int类型 - 必选) 
- 
count: 拖取信息的数量;未指定时,默认值为200(int类型 - 必选) 
声明
SocialClientCmdBase cmd_pull_chatroom_message()
参数
| 参数名 | 描述 | 
|---|
返回值
SocialClientCmdBase实例