Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/group
GroupAllMemberMuteStateChangedEventPayload
Interface GroupAllMemberMuteStateChangedEventPayload
群组全员禁言状态变更事件的载荷。
interface
GroupAllMemberMuteStateChangedEventPayload
{
groupId
:
string
;
isMuted
:
boolean
;
}
Index
Properties
group
Id
is
Muted
Properties
Readonly
group
Id
groupId
:
string
群组 ID。
Readonly
is
Muted
isMuted
:
boolean
当前是否已开启全员禁言。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
Id
is
Muted
IM SDK Web API 文档
Loading...
群组全员禁言状态变更事件的载荷。