Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/english/reference/web-api/classes/Methods.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[@slack/web-api](../index.md) / Methods

# Class: `abstract` Methods
# Abstract Class: Methods

Defined in: [src/methods.ts:565](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/methods.ts#L565)

Expand Down
2 changes: 1 addition & 1 deletion docs/english/reference/web-api/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @slack/web-api v7.9.3
# @slack/web-api v7.10.0

## Enumerations

Expand Down
2 changes: 1 addition & 1 deletion docs/english/reference/web-api/interfaces/Action.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[@slack/web-api](../index.md) / Action

# Interface: ~~Action~~
# ~~Interface: Action~~

Defined in: node\_modules/@slack/types/dist/block-kit/extensions.d.ts:5

Expand Down
2 changes: 1 addition & 1 deletion docs/english/reference/web-api/interfaces/Actionable.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[@slack/web-api](../index.md) / Actionable

# Interface: ~~Actionable~~
# ~~Interface: Actionable~~

Defined in: node\_modules/@slack/types/dist/block-kit/extensions.d.ts:14

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ The type of entity interacting with the policy.

#### Inherited from

```ts
Partial.entity_type
```
[`AdminAuthPolicyAssignEntitiesArguments`](AdminAuthPolicyAssignEntitiesArguments.md).[`entity_type`](AdminAuthPolicyAssignEntitiesArguments.md#entity_type)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ List of encoded user IDs.

#### Inherited from

```ts
Partial.user_ids
```
[`AdminConversationsInviteArguments`](AdminConversationsInviteArguments.md).[`user_ids`](AdminConversationsInviteArguments.md#user_ids)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ If using an org token, `team_id` is required.

#### Inherited from

```ts
Required.team_id
```
[`AdminUsergroupsAddChannelsArguments`](AdminUsergroupsAddChannelsArguments.md).[`team_id`](AdminUsergroupsAddChannelsArguments.md#team_id)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ If using an org token, `team_id` is required.

#### Inherited from

```ts
Required.team_id
```
[`AdminUsergroupsAddChannelsArguments`](AdminUsergroupsAddChannelsArguments.md).[`team_id`](AdminUsergroupsAddChannelsArguments.md#team_id)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ If using an org token, `team_id` is required.

#### Inherited from

```ts
Required.team_id
```
[`AdminUsergroupsAddChannelsArguments`](AdminUsergroupsAddChannelsArguments.md).[`team_id`](AdminUsergroupsAddChannelsArguments.md#team_id)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ If using an org token, `team_id` is required.

#### Inherited from

```ts
Required.team_id
```
[`AdminUsergroupsAddChannelsArguments`](AdminUsergroupsAddChannelsArguments.md).[`team_id`](AdminUsergroupsAddChannelsArguments.md#team_id)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ If using an org token, `team_id` is required.

#### Inherited from

```ts
Required.team_id
```
[`AdminUsergroupsAddChannelsArguments`](AdminUsergroupsAddChannelsArguments.md).[`team_id`](AdminUsergroupsAddChannelsArguments.md#team_id)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ An array of channel IDs (must include at least one ID).

#### Inherited from

```ts
Partial.channel_ids
```
[`AdminConversationsBulkArchiveArguments`](AdminConversationsBulkArchiveArguments.md).[`channel_ids`](AdminConversationsBulkArchiveArguments.md#channel_ids)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ The ID of the app.

#### Inherited from

```ts
Partial.app_id
```
[`AdminAppsConfigSetArguments`](AdminAppsConfigSetArguments.md).[`app_id`](AdminAppsConfigSetArguments.md#app_id)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Issued when you created your application.

#### Inherited from

```ts
Pick.client_id
```
[`OAuthAccessArguments`](OAuthAccessArguments.md).[`client_id`](OAuthAccessArguments.md#client_id)

***

Expand All @@ -44,9 +42,7 @@ Issued when you created your application.

#### Inherited from

```ts
Pick.client_secret
```
[`OAuthAccessArguments`](OAuthAccessArguments.md).[`client_secret`](OAuthAccessArguments.md#client_secret)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ Emoji tag to apply to the bookmark.

#### Inherited from

```ts
Partial.emoji
```
[`BookmarksAddArguments`](BookmarksAddArguments.md).[`emoji`](BookmarksAddArguments.md#emoji)

***

Expand All @@ -80,9 +78,7 @@ Link to bookmark.

#### Inherited from

```ts
Partial.link
```
[`BookmarksAddArguments`](BookmarksAddArguments.md).[`link`](BookmarksAddArguments.md#link)

***

Expand All @@ -100,9 +96,7 @@ Title for the bookmark.

#### Inherited from

```ts
Partial.title
```
[`BookmarksAddArguments`](BookmarksAddArguments.md).[`title`](BookmarksAddArguments.md#title)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,4 @@ The list of users to add/remove to/from the Call.

#### Inherited from

```ts
Partial.users
```
[`CallsParticipantsAddArguments`](CallsParticipantsAddArguments.md).[`users`](CallsParticipantsAddArguments.md#users)
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ with this URL.

#### Inherited from

```ts
Partial.desktop_app_join_url
```
[`CallsAddArguments`](CallsAddArguments.md).[`desktop_app_join_url`](CallsAddArguments.md#desktop_app_join_url)

***

Expand Down Expand Up @@ -65,9 +63,7 @@ The URL required for a client to join the Call.

#### Inherited from

```ts
Partial.join_url
```
[`CallsAddArguments`](CallsAddArguments.md).[`join_url`](CallsAddArguments.md#join_url)

***

Expand All @@ -85,9 +81,7 @@ The name of the Call.

#### Inherited from

```ts
Partial.title
```
[`CallsAddArguments`](CallsAddArguments.md).[`title`](CallsAddArguments.md#title)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ An array of channel IDs (must include at least one ID).

#### Inherited from

```ts
Partial.channel_ids
```
[`AdminConversationsBulkArchiveArguments`](AdminConversationsBulkArchiveArguments.md).[`channel_ids`](AdminConversationsBulkArchiveArguments.md#channel_ids)

***

Expand Down Expand Up @@ -84,6 +82,4 @@ List of encoded user IDs.

#### Inherited from

```ts
Partial.user_ids
```
[`AdminConversationsInviteArguments`](AdminConversationsInviteArguments.md).[`user_ids`](AdminConversationsInviteArguments.md#user_ids)
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ An array of channel IDs (must include at least one ID).

#### Inherited from

```ts
Partial.channel_ids
```
[`AdminConversationsBulkArchiveArguments`](AdminConversationsBulkArchiveArguments.md).[`channel_ids`](AdminConversationsBulkArchiveArguments.md#channel_ids)

***

Expand Down Expand Up @@ -98,6 +96,4 @@ List of encoded user IDs.

#### Inherited from

```ts
Partial.user_ids
```
[`AdminConversationsInviteArguments`](AdminConversationsInviteArguments.md).[`user_ids`](AdminConversationsInviteArguments.md#user_ids)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Interface: ChatDeleteArguments

Defined in: [src/types/request/chat.ts:149](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/types/request/chat.ts#L149)
Defined in: [src/types/request/chat.ts:157](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/types/request/chat.ts#L157)

## Extends

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Interface: ChatDeleteScheduledMessageArguments

Defined in: [src/types/request/chat.ts:152](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/types/request/chat.ts#L152)
Defined in: [src/types/request/chat.ts:160](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/types/request/chat.ts#L160)

## Extends

Expand Down Expand Up @@ -58,7 +58,7 @@ Channel.channel
scheduled_message_id: string;
```

Defined in: [src/types/request/chat.ts:154](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/types/request/chat.ts#L154)
Defined in: [src/types/request/chat.ts:162](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/types/request/chat.ts#L162)

#### Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Interface: ChatGetPermalinkArguments

Defined in: [src/types/request/chat.ts:158](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/types/request/chat.ts#L158)
Defined in: [src/types/request/chat.ts:166](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/types/request/chat.ts#L166)

## Extends

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Interface: ChatMeMessageArguments

Defined in: [src/types/request/chat.ts:161](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/types/request/chat.ts#L161)
Defined in: [src/types/request/chat.ts:169](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/types/request/chat.ts#L169)

## Extends

Expand Down
2 changes: 1 addition & 1 deletion docs/english/reference/web-api/interfaces/Confirm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[@slack/web-api](../index.md) / Confirm

# Interface: ~~Confirm~~
# ~~Interface: Confirm~~

Defined in: node\_modules/@slack/types/dist/block-kit/composition-objects.d.ts:14

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ The team or enterprise id of the other party.

#### Inherited from

```ts
Required.target_team
```
[`ConversationsApproveSharedInviteArguments`](ConversationsApproveSharedInviteArguments.md).[`target_team`](ConversationsApproveSharedInviteArguments.md#target_team)

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Encoded channel ID.

#### Inherited from

```ts
Partial.channel_id
```
[`AdminConversationsArchiveArguments`](AdminConversationsArchiveArguments.md).[`channel_id`](AdminConversationsArchiveArguments.md#channel_id)

***

Expand Down
2 changes: 1 addition & 1 deletion docs/english/reference/web-api/interfaces/Dialog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[@slack/web-api](../index.md) / Dialog

# Interface: ~~Dialog~~
# ~~Interface: Dialog~~

Defined in: node\_modules/@slack/types/dist/dialog.d.ts:5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Issued when you created your application.

#### Inherited from

```ts
Pick.client_id
```
[`OAuthAccessArguments`](OAuthAccessArguments.md).[`client_id`](OAuthAccessArguments.md#client_id)

***

Expand All @@ -44,9 +42,7 @@ Issued when you created your application.

#### Inherited from

```ts
Pick.client_secret
```
[`OAuthAccessArguments`](OAuthAccessArguments.md).[`client_secret`](OAuthAccessArguments.md#client_secret)

***

Expand Down
Loading
Loading