Skip to main content

All Group

use CrunchzApp\CrunchzApp;

CrunchzApp::channel()
  ->allGroup();

Group Participant

use CrunchzApp\CrunchzApp;

CrunchzApp::channel()
  ->participants(
    groupId: '[email protected]'
  );