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

Create a group with the current user as owner. More...

Inherited by Nakama.ApiCreateGroupRequest.

Properties

string AvatarUrl [get]
 A URL for an avatar image.
 
string Description [get]
 A description for the group.
 
string LangTag [get]
 The language expected to be a tag which follows the BCP-47 spec.
 
int MaxCount [get]
 Maximum number of group members.
 
string Name [get]
 A unique name for the group.
 
bool Open [get]
 Mark a group as open or not where only admins can accept members.
 

Detailed Description

Create a group with the current user as owner.

Property Documentation

◆ AvatarUrl

string Nakama.IApiCreateGroupRequest.AvatarUrl
get

A URL for an avatar image.

◆ Description

string Nakama.IApiCreateGroupRequest.Description
get

A description for the group.

◆ LangTag

string Nakama.IApiCreateGroupRequest.LangTag
get

The language expected to be a tag which follows the BCP-47 spec.

◆ MaxCount

int Nakama.IApiCreateGroupRequest.MaxCount
get

Maximum number of group members.

◆ Name

string Nakama.IApiCreateGroupRequest.Name
get

A unique name for the group.

◆ Open

bool Nakama.IApiCreateGroupRequest.Open
get

Mark a group as open or not where only admins can accept members.


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