You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -172,7 +175,8 @@ class InvoicePaid extends Notification
172
175
->button('View Invoice', $url)
173
176
->button('Download Invoice', $url);
174
177
175
-
// (Optional) Conditional notification. Only send if amount is greater than 0. Otherwise, don't send.
178
+
// (Optional) Conditional notification.
179
+
// Only send if amount is greater than 0. Otherwise, don't send.
176
180
// ->sendWhen($notifiable->amount > 0)
177
181
178
182
// (Optional) Inline Button with Web App
@@ -481,7 +485,8 @@ For more information on supported parameters, check out these [docs](https://cor
481
485
-`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.
482
486
-`chunk(int $limit = 4096)` - Split long messages (rate limited to 1/second).
483
487
484
-
> **Note:** Chunked messages will be rate limited to one message per second to comply with rate limitation requirements from Telegram.
488
+
[!NOTE]
489
+
> Chunked messages will be rate limited to one message per second to comply with rate limitation requirements from Telegram.
0 commit comments