Skip to content

addGroupDeputy

api.addGroupDeputy(memberId, groupId)

Parameters

  • memberId string | string[]
  • groupId string

Return

Promise<AddGroupDeputyResponse>

Types

ts
export type AddGroupDeputyResponse = "";

Examples

ts
const memberId = "0000000000000000001";
const groupId = "0000000000000000000";

await api.addGroupDeputy(memberId, groupId);