dump() print a dump() of the current api call status for testing purposes Telegraph::message('test')->dump(); dd() print a dd() of the current api call status for testing purposes Telegraph::message('test')->dd(); withData() set custom Telegraph data attribute Telegraph::withData('key', 'value');