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

A group in the server. More...

Inherited by Nakama.Console.ApiGroup.

Properties

string AvatarUrl [get]
 A URL for an avatar image.
 
string CreateTime [get]
 The UNIX time when the group was created.
 
string CreatorId [get]
 The id of the user who created the group.
 
string Description [get]
 A description for the group.
 
int EdgeCount [get]
 The current count of all members in the group.
 
string Id [get]
 The id of a group.
 
string LangTag [get]
 The language expected to be a tag which follows the BCP-47 spec.
 
int MaxCount [get]
 The maximum number of members allowed.
 
string Metadata [get]
 Additional information stored as a JSON object.
 
string Name [get]
 The unique name of the group.
 
bool Open [get]
 Anyone can join open groups, otherwise only admins can accept members.
 
string UpdateTime [get]
 The UNIX time when the group was last updated.
 

Detailed Description

A group in the server.

Property Documentation

◆ AvatarUrl

string Nakama.Console.IApiGroup.AvatarUrl
get

A URL for an avatar image.

◆ CreateTime

string Nakama.Console.IApiGroup.CreateTime
get

The UNIX time when the group was created.

◆ CreatorId

string Nakama.Console.IApiGroup.CreatorId
get

The id of the user who created the group.

◆ Description

string Nakama.Console.IApiGroup.Description
get

A description for the group.

◆ EdgeCount

int Nakama.Console.IApiGroup.EdgeCount
get

The current count of all members in the group.

◆ Id

string Nakama.Console.IApiGroup.Id
get

The id of a group.

◆ LangTag

string Nakama.Console.IApiGroup.LangTag
get

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

◆ MaxCount

int Nakama.Console.IApiGroup.MaxCount
get

The maximum number of members allowed.

◆ Metadata

string Nakama.Console.IApiGroup.Metadata
get

Additional information stored as a JSON object.

◆ Name

string Nakama.Console.IApiGroup.Name
get

The unique name of the group.

◆ Open

bool Nakama.Console.IApiGroup.Open
get

Anyone can join open groups, otherwise only admins can accept members.

◆ UpdateTime

string Nakama.Console.IApiGroup.UpdateTime
get

The UNIX time when the group was last updated.


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