disableGroupLink
Tắt link tham gia nhóm
api.disableGroupLink(groupId)
Parameters
groupId
string
Return
Promise<DisableGroupLinkResponse>
Types
export type DisableGroupLinkResponse = "";
Examples
api.disableGroupLink("00000000000000000")
.then(console.log).catch(console.error);
Last updated