Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crunchz.app/llms.txt

Use this file to discover all available pages before exploring further.

All Group

use CrunchzApp\CrunchzApp;

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

Group Participant

use CrunchzApp\CrunchzApp;

CrunchzApp::channel()
  ->participants(
    groupId: 'xxxx@g.us'
  );