A group in the server.
More...
Inherited by Nakama.ApiGroup.
|
string | AvatarUrl [get] |
| A URL for an avatar image.
|
|
string | CreateTime [get] |
| The UNIX time (for gRPC clients) or ISO string (for REST clients) 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 (for gRPC clients) or ISO string (for REST clients) when the group was last updated.
|
|
◆ AvatarUrl
string Nakama.IApiGroup.AvatarUrl |
|
get |
A URL for an avatar image.
◆ CreateTime
string Nakama.IApiGroup.CreateTime |
|
get |
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was created.
◆ CreatorId
string Nakama.IApiGroup.CreatorId |
|
get |
The id of the user who created the group.
◆ Description
string Nakama.IApiGroup.Description |
|
get |
A description for the group.
◆ EdgeCount
int Nakama.IApiGroup.EdgeCount |
|
get |
The current count of all members in the group.
◆ Id
string Nakama.IApiGroup.Id |
|
get |
◆ LangTag
string Nakama.IApiGroup.LangTag |
|
get |
The language expected to be a tag which follows the BCP-47 spec.
◆ MaxCount
int Nakama.IApiGroup.MaxCount |
|
get |
The maximum number of members allowed.
◆ Metadata
string Nakama.IApiGroup.Metadata |
|
get |
Additional information stored as a JSON object.
◆ Name
string Nakama.IApiGroup.Name |
|
get |
The unique name of the group.
◆ Open
bool Nakama.IApiGroup.Open |
|
get |
Anyone can join open groups, otherwise only admins can accept members.
◆ UpdateTime
string Nakama.IApiGroup.UpdateTime |
|
get |
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was last updated.
The documentation for this interface was generated from the following file: