Nakama .NET Client 3.17.0
The official Nakama and Satori .NET client.
Loading...
Searching...
No Matches
Nakama.IApiUpdateGroupRequest Interface Reference

Update fields in a given group. More...

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: