getGroupId method

String? getGroupId()

Implementation

String? getGroupId() {
  return v2timMessage?.groupID ??= "";
}