disableGroupLink

Tắt link tham gia nhóm

Parameters

  • groupId string

Return

Promise<DisableGroupLinkResponse>

Types

export type DisableGroupLinkResponse = "";

Examples

api.disableGroupLink("00000000000000000")
    .then(console.log).catch(console.error);

Last updated