Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiUpdateGroupRequest Interface Reference

Update fields in a given group. More...

Inherited by Nakama.ApiUpdateGroupRequest.

Properties

string AvatarUrl [get]
 Avatar URL.
 
string Description [get]
 Description string.
 
string LangTag [get]
 Lang tag.
 
string Name [get]
 Name.
 
bool Open [get]
 Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.
 

Detailed Description

Update fields in a given group.

Property Documentation

◆ AvatarUrl

string Nakama.IApiUpdateGroupRequest.AvatarUrl
get

Avatar URL.

◆ Description

string Nakama.IApiUpdateGroupRequest.Description
get

Description string.

◆ LangTag

string Nakama.IApiUpdateGroupRequest.LangTag
get

Lang tag.

◆ Name

string Nakama.IApiUpdateGroupRequest.Name
get

Name.

◆ Open

bool Nakama.IApiUpdateGroupRequest.Open
get

Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.


The documentation for this interface was generated from the following file: