You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-06 08:49:29 +02:00
Правки доков
This commit is contained in:
@@ -6,12 +6,10 @@ sidebar_position: 4
|
||||
Deletes a channel message by timestamp
|
||||
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
*Function DeleteMessage(Val Token, Val Channel, Val Timestamp, Val IsDelayed = False) Export*
|
||||
`Function DeleteMessage(Val Token, Val Channel, Val Timestamp, Val IsDelayed = False) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Destination |
|
||||
|-|-|-|-|
|
||||
@@ -24,6 +22,9 @@ sidebar_position: 4
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
Channel = "C06UFNUTKUL";
|
||||
|
||||
@@ -6,12 +6,10 @@ sidebar_position: 3
|
||||
Edits the content of an existing message
|
||||
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
*Function EditMessage(Val Token, Val Channel, Val Timestamp, Val Text = "", Val BlockArray = "") Export*
|
||||
`Function EditMessage(Val Token, Val Channel, Val Timestamp, Val Text = "", Val BlockArray = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Destination |
|
||||
|-|-|-|-|
|
||||
@@ -25,6 +23,9 @@ sidebar_position: 3
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
Channel = "C070VPMKN8J";
|
||||
|
||||
@@ -6,12 +6,10 @@ sidebar_position: 5
|
||||
Gets a list of delayed channel messages
|
||||
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
*Function GetDelayedMessageList(Val Token, Val Channel, Val Cursor = "") Export*
|
||||
`Function GetDelayedMessageList(Val Token, Val Channel, Val Cursor = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Destination |
|
||||
|-|-|-|-|
|
||||
@@ -23,6 +21,9 @@ sidebar_position: 5
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
Channel = "C070VPMKN8J";
|
||||
|
||||
@@ -6,12 +6,10 @@ sidebar_position: 6
|
||||
Gets a permanent URL to the channel message
|
||||
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
*Function GetMessageLink(Val Token, Val Channel, Val Timestamp) Export*
|
||||
`Function GetMessageLink(Val Token, Val Channel, Val Timestamp) Export`
|
||||
|
||||
| Parameter | CLI option | Type | Destination |
|
||||
|-|-|-|-|
|
||||
@@ -23,6 +21,9 @@ sidebar_position: 6
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
Channel = "C070VPMKN8J";
|
||||
|
||||
@@ -6,12 +6,10 @@ sidebar_position: 7
|
||||
Gets an array of messages that are replies to the specified
|
||||
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
*Function GetMessageReplyList(Val Token, Val Channel, Val Timestamp, Val Cursor = "") Export*
|
||||
`Function GetMessageReplyList(Val Token, Val Channel, Val Timestamp, Val Cursor = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Destination |
|
||||
|-|-|-|-|
|
||||
@@ -24,6 +22,9 @@ sidebar_position: 7
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
Channel = "C070VPMKN8J";
|
||||
|
||||
@@ -6,12 +6,10 @@ sidebar_position: 2
|
||||
Sends a message that arrives in the channel but is visible only to a specific user
|
||||
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
*Function SendEphemeralMessage(Val Token, Val Channel, Val Text = "", Val User = "", Val Blocks = "") Export*
|
||||
`Function SendEphemeralMessage(Val Token, Val Channel, Val Text = "", Val User = "", Val Blocks = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Destination |
|
||||
|-|-|-|-|
|
||||
@@ -25,6 +23,9 @@ Sends a message that arrives in the channel but is visible only to a specific us
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
Channel = "C070VPMKN8J";
|
||||
|
||||
@@ -6,12 +6,10 @@ sidebar_position: 1
|
||||
Sends a message at a selected hour
|
||||
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
*Function SendMessage(Val Token, Val Channel, Val Text = "", Val SendingDate = "", Val Blocks = "") Export*
|
||||
`Function SendMessage(Val Token, Val Channel, Val Text = "", Val SendingDate = "", Val Blocks = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Destination |
|
||||
|-|-|-|-|
|
||||
@@ -25,6 +23,9 @@ sidebar_position: 1
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
Channel = "C070VPMKN8J";
|
||||
|
||||
Reference in New Issue
Block a user