Talk.php
558 Bytes
<?php
/**
* Created by PhpStorm.
* User: Ziy
* Date: 14/9/8
* Time: 下午5:09
*/
class YHMIm_Package_Talk
{
public $participator = array();//参与者
public $time = 0;
public $seen_list = array();//在线状态
public $delete_list = array();//删除状态
public $unread_number = 1;
public $type = '';
public $body = array();
public $talk_id = '';
public $talk_type = 'temporary';
public $from = '';
public $from_uid = 0;
public $is_read = 'N';
public $is_deleted = 'N';
}