Manager for interacting with Groups on Guilded.
Readonly
Adds a member to a group.
The ID of the group.
The ID of the user to add.
A Promise that resolves when the operation is complete.
Creates a group.
The ID of the server to create the group in.
The options for the group to create.
A Promise that resolves with the created group.
Delete a group
The ID of the server to delete the group from.
The ID of the group to delete.
Fetch a group
The ID of the server to fetch the group from.
The ID of the group to fetch.
A Promise that resolves with the fetched group.
Fetch all the groups in a server
The ID of the server to fetch the groups from.
A Promise that resolves a Collection containing the fetched groups.
Removes a member from a group.
The ID of the user to remove.
Update a group
The ID of the server to update the group in.
The ID of the group to update.
The options to update the group with.
A Promise that resolves with the updated group.
Generated using TypeDoc
Manager for interacting with Groups on Guilded.