Skip to content

Commit 0b54406

Browse files
committed
On fly docs
1 parent 1996829 commit 0b54406

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ public function toTelegram($notifiable)
290290
->to($notifiable->telegram_user_id) // Optional
291291
->content('Did you know we can set a custom filename too?')
292292
->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');
293296
}
294297
```
295298

0 commit comments

Comments
 (0)