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

Правка доков

This commit is contained in:
Anton Titovets
2024-07-10 14:33:00 +03:00
parent 3411fb2601
commit abbc3fb62d
679 changed files with 0 additions and 1358 deletions

View File

@@ -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`

View File

@@ -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`

View File

@@ -6,8 +6,6 @@ sidebar_position: 5
Gets a list of delayed channel messages
<br/>
`Function GetDelayedMessageList(Val Token, Val Channel, Val Cursor = "") Export`

View File

@@ -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`

View File

@@ -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`

View File

@@ -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`

View File

@@ -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`