Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/group
DeleteGroupSharedFileParams
Interface DeleteGroupSharedFileParams
删除群组共享文件时的参数。
interface
DeleteGroupSharedFileParams
{
groupId
:
string
;
fileId
:
string
;
}
Hierarchy (
View Summary
)
GroupMutationTarget
DeleteGroupSharedFileParams
Index
Properties
group
Id
file
Id
Properties
Readonly
group
Id
groupId
:
string
群组 ID。
Readonly
file
Id
fileId
:
string
待删除的共享文件 ID。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
Id
file
Id
IM SDK Web API 文档
Loading...
删除群组共享文件时的参数。