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 15846e0 commit 3257bb4Copy full SHA for 3257bb4
notifier/chatters.rst
@@ -223,10 +223,6 @@ The result will be something like:
223
.. image:: /_images/notifier/slack/message-reply.png
224
:align: center
225
226
-.. versionadded:: 5.3
227
-
228
- The ``threadTs()`` method was introduced in Symfony 5.3.
229
230
Updating a Slack Message
231
----------------------------------
232
@@ -251,10 +247,6 @@ Use full message id to create
251
247
$options = new UpdateMessageSlackOptions($fullMessageId);
252
248
$chatter->send(new ChatMessage('Updated message', $options));
253
249
254
-.. versionadded:: 6.2
255
256
- The ``UpdateMessageSlackOptions`` class was introduced in Symfony 6.2.
257
258
250
Adding Interactions to a Discord Message
259
----------------------------------------
260
0 commit comments