MCPcopy Create free account
hub / github.com/msgbyte/tailchat / deleteGroupInvite

Function deleteGroupInvite

client/shared/model/group.ts:288–296  ·  view source on GitHub ↗
(
  groupId: string,
  inviteId: string
)

Source from the content-addressed store, hash-verified

286 * 删除群组邀请
287 */
288export async function deleteGroupInvite(
289 groupId: string,
290 inviteId: string
291): Promise<void> {
292 await request.post('/api/group/invite/deleteInvite', {
293 groupId,
294 inviteId,
295 });
296}
297
298/**
299 * 创建群组面板

Callers 1

Invite.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected