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,8 +6,6 @@ sidebar_position: 4
|
||||
Deletes a channel message by timestamp
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeleteMessage(Val Token, Val Channel, Val Timestamp, Val IsDelayed = False) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Edits the content of an existing message
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function EditMessage(Val Token, Val Channel, Val Timestamp, Val Text = "", Val BlockArray = "") Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 5
|
||||
Gets a list of delayed channel messages
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetDelayedMessageList(Val Token, Val Channel, Val Cursor = "") Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 6
|
||||
Gets a permanent URL to the channel message
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetMessageLink(Val Token, Val Channel, Val Timestamp) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ 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`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ 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`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
Sends a message at a selected hour
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function SendMessage(Val Token, Val Channel, Val Text = "", Val SendingDate = "", Val Blocks = "") Export`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user