| 1 | <?php |
||
| 14 | class Chat extends Rest |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * 获取历史聊天记录. |
||
| 18 | * |
||
| 19 | * @param null|string $cursor |
||
| 20 | * @param null|string $sql |
||
| 21 | * @param int $limit |
||
| 22 | * |
||
| 23 | * @throws \light\Easemob\Exception\EasemobException |
||
| 24 | * |
||
| 25 | * @return array |
||
| 26 | */ |
||
| 27 | public function history($cursor = null, $sql = null, $limit = 20) |
||
| 40 | } |
||
| 41 |