Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/group
GroupMuteListRemovedEventPayload
Interface GroupMuteListRemovedEventPayload
群组禁言列表移除事件的载荷。
interface
GroupMuteListRemovedEventPayload
{
groupId
:
string
;
mutes
:
readonly
UserInfo
[]
;
}
Index
Properties
group
Id
mutes
Properties
Readonly
group
Id
groupId
:
string
群组 ID。
Readonly
mutes
mutes
:
readonly
UserInfo
[]
被移出禁言列表的用户资料列表。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
Id
mutes
IM SDK Web API 文档
Loading...
群组禁言列表移除事件的载荷。