Preparing search index...
The search index is not available
IM SDK Web API 文档 — v5.1.0
IM SDK Web API 文档 — v5.1.0
types
MessageReaction
Interface MessageReaction
消息表情回应。
interface
MessageReaction
{
reaction
:
string
;
count
:
number
;
op
?:
readonly
{
operator
:
string
;
reactionType
:
"create"
|
"delete"
}
[]
;
userList
:
string
[]
;
isAddedBySelf
?:
boolean
;
}
Index
Properties
reaction
count
op?
user
List
is
Added
By
Self?
Properties
reaction
reaction
:
string
表情标识。
count
count
:
number
该表情的回应人数。
Optional
op
op
?:
readonly
{
operator
:
string
;
reactionType
:
"create"
|
"delete"
}
[]
Reaction 更新操作列表。
user
List
userList
:
string
[]
回应的用户 ID 列表。
Optional
is
Added
By
Self
isAddedBySelf
?:
boolean
当前用户是否已添加该表情。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reaction
count
op
user
List
is
Added
By
Self
IM SDK Web API 文档 — v5.1.0
Loading...
消息表情回应。