4 Group.doesGroupExist Method
asdia edited this page 2021-01-06 22:27:45 +08:00
Class: Group

Determines if a group exists.

Returns

Boolean
A boolean determining whether the group exists.

Example

const group = new Group('g-afe31e8b-c53a-41c8-94db-69fb9c15118a')
console.log(group.doesGroupExist()) // true