Update Community

SDK provides the builder class AmityCommunityUpdateDataBuilder which allows you to set properties that you want to update. Then you can use updateCommunity method in AmityCommunityRepository to update the community.

You can also delete the community by using deleteCommunity(_:) method.

Note: By default, only the community's original creator or administrators can update/delete the community.

Last updated