Skip to content

Commit 00cad26

Browse files
committed
Documentation: Describe how to decode a Slack message ID
1 parent 8ac88c6 commit 00cad26

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/tool/goof/slack.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ goof slack send \
116116
--reply-to="https://acme.slack.com/archives/C08EF2NGZGB/p1740421792358899" \
117117
--message="hello"
118118
```
119+
The message ID for this message URL is `1740421792.358899`: Just take the last
120+
URL path fragment, strip the leading `p`, and insert a dot before the last six
121+
digits (the microsecond portion).
119122

120123
### Delete
121124

0 commit comments

Comments
 (0)