Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-manager
GroupMessageReadUser
Interface GroupMessageReadUser
群消息已读成员条目。
interface
GroupMessageReadUser
{
userId
:
string
;
user
:
GroupUserInfo
;
ackId
?:
string
;
timestamp
?:
number
;
ackContent
?:
string
;
}
Index
Properties
user
Id
user
ack
Id?
timestamp?
ack
Content?
Properties
user
Id
userId
:
string
用户 ID。
user
user
:
GroupUserInfo
用户资料摘要;启用用户资料同步时可能包含群名片。
Optional
ack
Id
ackId
?:
string
服务端回执 ID。
Optional
timestamp
timestamp
?:
number
已读时间戳,单位毫秒。
Optional
ack
Content
ackContent
?:
string
自定义回执内容。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Id
user
ack
Id
timestamp
ack
Content
IM SDK Web API 文档
Loading...
群消息已读成员条目。