Create a group with the current user as owner.
More...
Inherited by Nakama.ApiCreateGroupRequest.
|
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.
|
|
Create a group with the current user as owner.
◆ 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: