Skip to content

Commit 856f8e7

Browse files
committed
[Notifier] Used named arguments in the example
1 parent a11d942 commit 856f8e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notifier/chatters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ When sending message with inline keyboard buttons with callback data, you can us
349349
$telegramOptions = (new TelegramOptions())
350350
->chatId($chatId)
351351
->answerCallbackQuery(
352-
$callbackQueryId = '12345', // extracted from callback
353-
$showAlert = true,
354-
$cacheTime = 1,
352+
callbackQueryId: '12345', // extracted from callback
353+
showAlert: true,
354+
cacheTime: 1,
355355
);
356356

357357
Adding text to a Microsoft Teams Message

0 commit comments

Comments
 (0)