sendReaction('573001234567', '', '❤️', true); print_r($r); echo "Dry-run text reply:\n"; $rr = $s->sendTextReply('573001234567', '', 'Gracias por tu mensaje', false, true); print_r($rr); } catch (Throwable $t) { echo "ERROR: " . $t->getMessage() . "\n"; }