Skip to content

Commit fa246b5

Browse files
committed
Revise
1 parent 9b2d01a commit fa246b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if($updates['ok']) {
109109
}
110110
```
111111

112-
[!NOTE]
112+
> [!NOTE]
113113
> This method will not work if an outgoing webhook is set up.
114114
115115
For a complete list of available parameters for the `options`, see [Telegram Bot API docs][link-telegram-docs-getupdates].
@@ -439,6 +439,7 @@ Notification::route('telegram', 'TELEGRAM_CHAT_ID')
439439

440440
Using the [notification facade][link-notification-facade] you can send a notification to multiple recipients at once.
441441

442+
> [!WARNING]
442443
> If you're sending bulk notifications to multiple users, the Telegram Bot API will not allow more than 30 messages per second or so.
443444
> Consider spreading out notifications over large intervals of 8—12 hours for best results.
444445
>
@@ -485,7 +486,7 @@ For more information on supported parameters, check out these [docs](https://cor
485486
- `view(string $view, array $data = [], array $mergeData = [])` - Use Blade template with Telegram supported HTML or Markdown syntax content if you wish to use a view file instead of the `content()` method.
486487
- `chunk(int $limit = 4096)` - Split long messages (rate limited to 1/second).
487488

488-
[!NOTE]
489+
> [!NOTE]
489490
> Chunked messages will be rate limited to one message per second to comply with rate limitation requirements from Telegram.
490491
491492
### Telegram Location Methods

0 commit comments

Comments
 (0)