youCreatedGroup abstract method

String youCreatedGroup(
  1. String groupName
)

The current user created a group.

In en, this message translates to: 'You Created Group {groupName}'

Implementation

String youCreatedGroup(String groupName);