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 6e86878 commit 32b4793Copy full SHA for 32b4793
notifier/chatters.rst
@@ -309,6 +309,10 @@ to add `message options`_::
309
Updating Telegram Messages
310
~~~~~~~~~~~~~~~~~~~~~~~~~~
311
312
+.. versionadded:: 6.2
313
+
314
+ The ``TelegramOptions::edit()`` method was introduced in Symfony 6.2.
315
316
When working with interactive callback buttons, you can use the
317
:class:`Symfony\\Component\\Notifier\\Bridge\\Telegram\\TelegramOptions` to reference
318
a previous message to edit::
@@ -328,10 +332,6 @@ a previous message to edit::
328
332
])
329
333
);
330
334
331
-.. versionadded:: 6.2
-
- The ``TelegramOptions::edit()`` method was introduced in Symfony 6.2.
335
Adding text to a Microsoft Teams Message
336
----------------------------------------
337
0 commit comments