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
Using the markdown for either users, roles, or channels will usually mention the target(s) accordingly, but this can be suppressed using the `allowed_mentions` parameter when creating a message. Standard emoji are currently rendered using [Twemoji](https://github.com/jdecked/twemoji) for Desktop/Android and Apple's native emoji on iOS.
277
-
278
-
Timestamps are expressed in seconds and display the given timestamp in the user's timezone and locale.
| Phone Number \*\*\*\*|`<+PHONE_NUMBER>`|`<+1 (555) 123 4567>`|
277
+
278
+
Using the markdown for either users, roles, or channels will usually mention the target(s) accordingly, but this can be suppressed using the [`allowed_mentions`](/docs/resources/message#message-object) parameter (when creating a message). Standard emoji are currently rendered using [Twemoji](https://github.com/jdecked/twemoji) for Desktop/Android and Apple's native emoji on iOS.
279
279
280
280
\* User mentions with an exclamation mark are deprecated and should be handled like any other user mention.
281
281
282
282
\*\* Subcommands and subcommand groups can also be mentioned by using respectively `</NAME SUBCOMMAND:ID>` and `</NAME SUBCOMMAND_GROUP SUBCOMMAND:ID>`.
283
283
284
+
\*\*\* Timestamps are expressed in seconds and display the given timestamp in the user's timezone and locale.
285
+
286
+
\*\*\*\* Email and phone number markdown uses `mailto:` and `tel:` URI schemes respectively that can optionally be prefixed (e.g. `<mailto:[email protected]>`). Email markdown supports headers, values must be [URL Encoded](https://en.wikipedia.org/wiki/Percent-encoding) (e.g. `<[email protected]?subject=Message%20Title&body=Message%20Content>`).
287
+
284
288
###### Timestamp Styles
285
289
286
290
| Style | Example Output | Description |
@@ -293,7 +297,7 @@ Timestamps are expressed in seconds and display the given timestamp in the user'
293
297
| F | Tuesday, 20 April 2021 16:20 | Long Date/Time |
0 commit comments