"撤回消息"接口入参
更多...
◆ QChatRevokeMessageParam()
com.netease.nimlib.sdk.qchat.param.QChatRevokeMessageParam.QChatRevokeMessageParam |
( |
@NonNull QChatUpdateParam |
updateParam, |
|
|
long |
serverId, |
|
|
long |
channelId, |
|
|
long |
time, |
|
|
long |
msgIdServer |
|
) |
| |
- 参数
-
updateParam | 更新操作通用参数,设置该操作相关的附加字段,设置该操作引发的推送内容,必填 |
serverId | 消息所属的serverId,必填 |
channelId | 消息所属的channelId,必填 |
time | 消息发送时间,从QChatMessage中获取,不可随便设置,必填 |
msgIdServer | 服务端生成的消息id,全局唯一,必填 |
在文件 QChatRevokeMessageParam.java 第 44 行定义.
◆ getChannelId()
Long com.netease.nimlib.sdk.qchat.param.QChatRevokeMessageParam.getChannelId |
( |
| ) |
|
◆ getMsgIdServer()
Long com.netease.nimlib.sdk.qchat.param.QChatRevokeMessageParam.getMsgIdServer |
( |
| ) |
|
◆ getServerId()
Long com.netease.nimlib.sdk.qchat.param.QChatRevokeMessageParam.getServerId |
( |
| ) |
|
◆ getTime()
Long com.netease.nimlib.sdk.qchat.param.QChatRevokeMessageParam.getTime |
( |
| ) |
|
◆ getUpdateParam()
QChatUpdateParam com.netease.nimlib.sdk.qchat.param.QChatRevokeMessageParam.getUpdateParam |
( |
| ) |
|
该类的文档由以下文件生成: