We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1996829 commit 0b54406Copy full SHA for 0b54406
README.md
@@ -290,6 +290,9 @@ public function toTelegram($notifiable)
290
->to($notifiable->telegram_user_id) // Optional
291
->content('Did you know we can set a custom filename too?')
292
->document('https://file-examples-com.github.io/uploads/2017/10/file-sample_150kB.pdf', 'sample.pdf');
293
+
294
+ // You may also send document content on-fly.
295
+ // ->document('Hello Text Document Content', 'hello.txt');
296
}
297
```
298
0 commit comments