Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-manager
MessageReactionSummary
Interface MessageReactionSummary
单个 Reaction 的汇总信息。
interface
MessageReactionSummary
{
reaction
:
string
;
count
:
number
;
isAddedBySelf
:
boolean
;
userIds
:
readonly
string
[]
;
}
Index
Properties
reaction
count
is
Added
By
Self
user
Ids
Properties
reaction
reaction
:
string
Reaction 内容。
count
count
:
number
添加该 Reaction 的用户数量。
is
Added
By
Self
isAddedBySelf
:
boolean
当前登录用户是否已添加该 Reaction。
user
Ids
userIds
:
readonly
string
[]
添加该 Reaction 的用户 ID 列表。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reaction
count
is
Added
By
Self
user
Ids
IM SDK Web API 文档
Loading...
单个 Reaction 的汇总信息。