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

Function quitGroup

client/shared/model/group.ts:148–152  ·  view source on GitHub ↗
(groupId: string)

Source from the content-addressed store, hash-verified

146 * @param groupId 群组ID
147 */
148export async function quitGroup(groupId: string) {
149 await request.post('/api/group/quitGroup', {
150 groupId,
151 });
152}
153
154/**
155 * 检查当前用户是否是群组成员

Callers 1

onConfirmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected