Message: create / group (client -> app)

Back to overview

Create a new group.

This message SHALL be sent when the user creates a new group in the client.

Acknowledgement

This message is being acknowledged by:

Message Condition Error Codes
create/group (app -> client)

(None)

Name Description
badRequest

Invalid request

disabledByPolicy

Group creation was disabled by the administrator

internalError

An internal error occurred

valueTooLong

The group name is too long

Args

None

Data

Field Description Type Optional Nullable
members

The list of group member identities

Array<String> False False
name

The group name (max 256 bytes)

String True False
avatar

The group avatar

Binary True False