1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-06 08:49:29 +02:00

Правки примера CLI

This commit is contained in:
Anton Titovets
2024-06-05 12:58:00 +03:00
parent 24af8fc267
commit 88513b8f0f
860 changed files with 968 additions and 167 deletions

View File

@@ -35,6 +35,7 @@ sidebar_position: 4
oint slack DeleteMessage --token %token% --channel "C06UFNUTKUL" --stamp "1714146538.221929" --issheduled %issheduled%
```

View File

@@ -37,6 +37,7 @@ sidebar_position: 3
oint slack EditMessage --token %token% --channel "C070VPMKN8J" --stamp "1714146538.221929" --text "TestMessage2" --blocks %blocks%
```

View File

@@ -33,6 +33,7 @@ sidebar_position: 5
oint slack GetDelayedMessageList --token %token% --channel "C070VPMKN8J" --cursor %cursor%
```

View File

@@ -34,6 +34,7 @@ sidebar_position: 6
oint slack GetMessageLink --token %token% --channel "C070VPMKN8J" --stamp "1714146538.221929"
```

View File

@@ -35,6 +35,7 @@ sidebar_position: 7
oint slack GetMessageReplyList --token %token% --channel "C070VPMKN8J" --stamp "1714146538.221929" --cursor %cursor%
```

View File

@@ -36,6 +36,7 @@ Sends a message that arrives in the channel but is visible only to a specific us
oint slack SendEphemeralMessage --token %token% --channel "C070VPMKN8J" --text %text% --user %user% --blocks %blocks%
```

View File

@@ -36,6 +36,7 @@ sidebar_position: 1
oint slack SendMessage --token %token% --channel "C070VPMKN8J" --text "TestMessage" --date %date% --blocks %blocks%
```