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: 1
Generates a block with an image to add to the message block array
<br/>
`Function GenerateImageBlock(Val URL, Val AlternateText = "") Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 4
Archives an active channel
<br/>
`Function ArchiveChannel(Val Token, Val Channel) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 3
Creates a new channel
<br/>
`Function CreateChannel(Val Token, Val Name, Val Private = False) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 6
Gets information about channel events
<br/>
`Function GetChannelHistory(Val Token, Val Channel) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 1
Gets a list of available channels
<br/>
`Function GetChannelList(Val Token, Val ExcludeArchived = False, Val Cursor = "") Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 2
Gets a list of users in the specified channel
<br/>
`Function GetChannelUserList(Val Token, Val Channel, Val Cursor = "") Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 5
Gets information about the channel
<br/>
`Function GetChannel(Val Token, Val Channel) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 7
Adds specified users to the channel
<br/>
`Function InviteUsersToChannel(Val Token, Val Channel, Val ArrayOfUsers) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 9
Adds the current bot to the channel
<br/>
`Function JoinChannel(Val Token, Val Channel) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 8
Removes specified user from channel
<br/>
`Function KickUserFromChannel(Val Token, Val Channel, Val User) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 10
Removes the current bot from the channel
<br/>
`Function LeaveChannel(Val Token, Val Channel) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 13
Changes the name of the channel
<br/>
`Function RenameChannel(Val Token, Val Channel, Val Name) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 12
Sets the channel purpose (description)
<br/>
`Function SetChannelGoal(Val Token, Val Channel, Val Purpose) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 11
Sets the channel topic
<br/>
`Function SetChannelTopic(Val Token, Val Channel, Val Topic) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 2
Closes an existing dialog
<br/>
`Function CloseDialog(Val Token, Val Dialog) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 1
Opens a new dialog with one or more users
<br/>
`Function OpenDialog(Val Token, Val ArrayOfUsers) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 3
Adds a new external file
<br/>
`Function AddExternalFile(Val Token, Val URL, Val Title) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 5
Deletes an external file from Slack
<br/>
`Function DeleteExternalFile(Val Token, Val FileID) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 1
Gets a list of external files of a user or channel
<br/>
`Function GetExternalFileList(Val Token, Val Channel = "", Val Cursor = "") Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 2
Gets information about the external file
<br/>
`Function GetExternalFile(Val Token, Val FileID) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 4
Sends an external file to a list of channels
<br/>
`Function SendExternalFile(Val Token, Val FileID, Val ChannelArray) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 4
Deletes a file on Slack
<br/>
`Function DeleteFile(Val Token, Val FileID) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 3
Gets information about the file
<br/>
`Function GetFileData(Val Token, Val FileID) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 1
Gets a list of files of the bot or channel
<br/>
`Function GetFilesList(Val Token, Val Channel = "", Val PageNumber = 1) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 6
Removes the public URL from the file. Requires user token
<br/>
`Function MakeFilePrivate(Val Token, Val FileID) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 5
Creates a public URL for the file. Requires user token
<br/>
`Function MakeFilePublic(Val Token, Val FileID) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 2
Uploads a file to Slack servers
<br/>
`Function UploadFile(Val Token, Val File, Val FileName, Val Title, Val Channel = "") Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 1
Gets basic information about the bot
<br/>
`Function GetBotInformation(Val Token) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 3
Gets a list of users in the workspace
<br/>
`Function GetUserList(Val Token, Val Cursor = "") Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 2
Gets a list of workspaces where the bot is connected
<br/>
`Function GetWorkspaceList(Val Token, Val Cursor = "") Export`

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`