You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
func (n *RuntimeGoNakamaModule) GroupUpdate(ctx context.Context, id, userID, name, creatorID, langTag, description, avatarUrl string, open bool, metadata map[string]interface{}, maxCount int) error {
cannot set an empty description or avatarUrl, and must know the current open state in order to use the method and not change it. this requires loading the group before updating it.
all fields should accept nil.
The text was updated successfully, but these errors were encountered:
Nakama 3.24.1
The GroupUpdate signature is:
func (n *RuntimeGoNakamaModule) GroupUpdate(ctx context.Context, id, userID, name, creatorID, langTag, description, avatarUrl string, open bool, metadata map[string]interface{}, maxCount int) error {
cannot set an empty description or avatarUrl, and must know the current open state in order to use the method and not change it. this requires loading the group before updating it.
all fields should accept nil.
The text was updated successfully, but these errors were encountered: