Preparing search index...
The search index is not available
IM SDK Web API 文档 — v5.1.0
IM SDK Web API 文档 — v5.1.0
types/chat-manager
GetReactionListParams
Interface GetReactionListParams
获取消息 Reaction 列表的参数。
interface
GetReactionListParams
{
messageId
:
string
|
readonly
string
[]
;
conversationType
:
"singleChat"
|
"groupChat"
;
groupId
?:
string
;
}
Index
Properties
message
Id
conversation
Type
group
Id?
Properties
message
Id
messageId
:
string
|
readonly
string
[]
单个消息 ID 或消息 ID 列表。
conversation
Type
conversationType
:
"singleChat"
|
"groupChat"
会话类型;当前支持单聊和群聊。
Optional
group
Id
groupId
?:
string
群聊时必填的群组 ID。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
Id
conversation
Type
group
Id
IM SDK Web API 文档 — v5.1.0
Loading...
获取消息 Reaction 列表的参数。