@@ -135,10 +135,10 @@ The result will be something like:
135
135
136
136
The `field() ` method was introduced in Symfony 5.1.
137
137
138
- Adding a header to a Slack Message
139
- -------------------------------------------
138
+ Adding a Header to a Slack Message
139
+ ----------------------------------
140
140
141
- To add a header to your message you can use the
141
+ To add a header to your message use the
142
142
:class: `Symfony\\ Component\\ Notifier\\ Bridge\\ Slack\\ Block\\ SlackHeaderBlock ` class::
143
143
144
144
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackDividerBlock;
@@ -173,12 +173,12 @@ The result will be something like:
173
173
174
174
.. versionadded :: 5.3
175
175
176
- The `SlackHeaderBlock ` class was introduced in Symfony 5.3.
176
+ The `` SlackHeaderBlock ` ` class was introduced in Symfony 5.3.
177
177
178
- Adding a footer to a Slack Message
179
- -------------------------------------------
178
+ Adding a Footer to a Slack Message
179
+ ----------------------------------
180
180
181
- To add a footer to your message you can use the
181
+ To add a footer to your message use the
182
182
:class: `Symfony\\ Component\\ Notifier\\ Bridge\\ Slack\\ Block\\ SlackContextBlock ` class::
183
183
184
184
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackContextBlock;
@@ -216,12 +216,12 @@ The result will be something like:
216
216
217
217
.. versionadded :: 5.3
218
218
219
- The `SlackContextBlock ` class was introduced in Symfony 5.3.
219
+ The `` SlackContextBlock ` ` class was introduced in Symfony 5.3.
220
220
221
- Sending a Slack Message as a reply
222
- -------------------------------------------
221
+ Sending a Slack Message as a Reply
222
+ ----------------------------------
223
223
224
- To send your slack message as a reply in a thread you can use the
224
+ To send your slack message as a reply in a thread use the
225
225
:method: `SlackOptions::threadTs() <Symfony\\ Component\\ Notifier\\ Bridge\\ Slack\\ SlackOptions::threadTs> ` method::
226
226
227
227
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackSectionBlock;
@@ -247,7 +247,7 @@ The result will be something like:
247
247
248
248
.. versionadded :: 5.3
249
249
250
- The `threadTs() ` method was introduced in Symfony 5.3.
250
+ The `` threadTs() ` ` method was introduced in Symfony 5.3.
251
251
252
252
Adding Interactions to a Discord Message
253
253
----------------------------------------
0 commit comments