Uc pm deletechat
出自Discuz! 技术文库
uc_pm_deletechat
- uc_pm_deletechat(integer uid , array plids [, bool type])
描述
本接口函数用于群聊短消息的退出和删除。plids 参数是一个自由 Key 数组类型,如“ array(1, 2, 3, 4, 5 ...) ”,数组的每一个值均为 ID。
参数
参数名 | 类型 | 是否必需 | 说明 | 备注 |
uid | integer | 是 | 用户 ID | |
plids | array | 是 | 要删除的消息会话 ID 数组 | |
type | bool | 否 | 类别 | 0:(默认值) 退出群聊 1:删除群聊 |