The Send Message module provides a complete set of methods for sending different types of content, managing message interactions, and controlling chat status indicators through WhatsApp. These methods allow you to create rich, interactive messaging experiences for your users.
use CrunchzApp\CrunchzApp;CrunchzApp::channel() ->contact('xxx@c.us') ->video( videoUrl: 'https://github.com/CrunchzApp/asset-example/raw/main/examples/video.mp4', caption: 'Check out this video' ) ->send();
Supported video formats include MP4 and 3GP. Maximum file size is 16MB with a maximum duration of 3 minutes.