You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/english/reference/types/interfaces/Action.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[@slack/types](../index.md) / Action
2
2
3
-
# Interface: ~~Action~~
3
+
# ~~Interface: Action~~
4
4
5
5
Defined in: [block-kit/extensions.ts:8](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/extensions.ts#L8)
Copy file name to clipboardExpand all lines: docs/english/reference/types/interfaces/Actionable.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[@slack/types](../index.md) / Actionable
2
2
3
-
# Interface: ~~Actionable~~
3
+
# ~~Interface: Actionable~~
4
4
5
5
Defined in: [block-kit/extensions.ts:18](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/extensions.ts#L18)
6
6
@@ -19,7 +19,9 @@ Defined in: [block-kit/extensions.ts:18](https://github.com/slackapi/node-slack-
Copy file name to clipboardExpand all lines: docs/english/reference/types/interfaces/ActionsBlock.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Interface: ActionsBlock
4
4
5
-
Defined in: [block-kit/blocks.ts:86](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L86)
5
+
Defined in: [block-kit/blocks.ts:89](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L89)
Defined in: [block-kit/blocks.ts:39](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L39)
27
+
Defined in: [block-kit/blocks.ts:41](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L41)
28
28
29
29
#### Description
30
30
@@ -46,7 +46,7 @@ a message. If a message is updated, use a new `block_id`.
46
46
elements: ActionsBlockElement[];
47
47
```
48
48
49
-
Defined in: [block-kit/blocks.ts:95](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L95)
49
+
Defined in: [block-kit/blocks.ts:98](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L98)
50
50
51
51
#### Description
52
52
@@ -61,7 +61,7 @@ There is a maximum of 25 elements in each action block.
61
61
type: "actions";
62
62
```
63
63
64
-
Defined in: [block-kit/blocks.ts:90](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L90)
64
+
Defined in: [block-kit/blocks.ts:93](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L93)
Copy file name to clipboardExpand all lines: docs/english/reference/types/interfaces/Block.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
2
2
3
3
# Interface: Block
4
4
5
-
Defined in: [block-kit/blocks.ts:27](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L27)
5
+
Defined in: [block-kit/blocks.ts:29](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L29)
6
6
7
7
## Extended by
8
8
9
9
-[`ActionsBlock`](ActionsBlock.md)
10
10
-[`ContextBlock`](ContextBlock.md)
11
+
-[`ContextActionsBlock`](ContextActionsBlock.md)
11
12
-[`DividerBlock`](DividerBlock.md)
12
13
-[`FileBlock`](FileBlock.md)
13
14
-[`HeaderBlock`](HeaderBlock.md)
@@ -25,7 +26,7 @@ Defined in: [block-kit/blocks.ts:27](https://github.com/slackapi/node-slack-sdk/
25
26
optionalblock_id: string;
26
27
```
27
28
28
-
Defined in: [block-kit/blocks.ts:39](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L39)
29
+
Defined in: [block-kit/blocks.ts:41](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L41)
29
30
30
31
#### Description
31
32
@@ -43,7 +44,7 @@ a message. If a message is updated, use a new `block_id`.
43
44
type: string;
44
45
```
45
46
46
-
Defined in: [block-kit/blocks.ts:31](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L31)
47
+
Defined in: [block-kit/blocks.ts:33](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/block-kit/blocks.ts#L33)
Copy file name to clipboardExpand all lines: docs/english/reference/types/interfaces/BotMessageEvent.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Defined in: [events/message.ts:65](https://github.com/slackapi/node-slack-sdk/bl
12
12
optionalattachments: MessageAttachment[];
13
13
```
14
14
15
-
Defined in: [events/message.ts:82](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L82)
15
+
Defined in: [events/message.ts:83](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L83)
16
16
17
17
***
18
18
@@ -22,7 +22,7 @@ Defined in: [events/message.ts:82](https://github.com/slackapi/node-slack-sdk/bl
22
22
optionalblocks: (Block|KnownBlock)[];
23
23
```
24
24
25
-
Defined in: [events/message.ts:83](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L83)
25
+
Defined in: [events/message.ts:84](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L84)
26
26
27
27
***
28
28
@@ -32,7 +32,7 @@ Defined in: [events/message.ts:83](https://github.com/slackapi/node-slack-sdk/bl
32
32
bot_id: string;
33
33
```
34
34
35
-
Defined in: [events/message.ts:73](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L73)
35
+
Defined in: [events/message.ts:74](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L74)
36
36
37
37
***
38
38
@@ -62,7 +62,7 @@ Defined in: [events/message.ts:70](https://github.com/slackapi/node-slack-sdk/bl
62
62
optionaledited: object;
63
63
```
64
64
65
-
Defined in: [events/message.ts:84](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L84)
65
+
Defined in: [events/message.ts:85](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L85)
66
66
67
67
#### ts
68
68
@@ -94,7 +94,7 @@ Defined in: [events/message.ts:68](https://github.com/slackapi/node-slack-sdk/bl
94
94
optionalicons: object;
95
95
```
96
96
97
-
Defined in: [events/message.ts:75](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L75)
97
+
Defined in: [events/message.ts:76](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L76)
98
98
99
99
#### Index Signature
100
100
@@ -104,6 +104,16 @@ Defined in: [events/message.ts:75](https://github.com/slackapi/node-slack-sdk/bl
Defined in: [events/message.ts:71](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L71)
114
+
115
+
***
116
+
107
117
### subtype
108
118
109
119
```ts
@@ -120,7 +130,7 @@ Defined in: [events/message.ts:67](https://github.com/slackapi/node-slack-sdk/bl
120
130
text: string;
121
131
```
122
132
123
-
Defined in: [events/message.ts:72](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L72)
133
+
Defined in: [events/message.ts:73](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L73)
124
134
125
135
***
126
136
@@ -130,7 +140,7 @@ Defined in: [events/message.ts:72](https://github.com/slackapi/node-slack-sdk/bl
130
140
optionalthread_ts: string;
131
141
```
132
142
133
-
Defined in: [events/message.ts:88](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L88)
143
+
Defined in: [events/message.ts:89](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L89)
134
144
135
145
***
136
146
@@ -140,7 +150,7 @@ Defined in: [events/message.ts:88](https://github.com/slackapi/node-slack-sdk/bl
140
150
ts: string;
141
151
```
142
152
143
-
Defined in: [events/message.ts:71](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L71)
153
+
Defined in: [events/message.ts:72](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L72)
144
154
145
155
***
146
156
@@ -160,7 +170,7 @@ Defined in: [events/message.ts:66](https://github.com/slackapi/node-slack-sdk/bl
160
170
optionaluser: string;
161
171
```
162
172
163
-
Defined in: [events/message.ts:81](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L81)
173
+
Defined in: [events/message.ts:82](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L82)
164
174
165
175
***
166
176
@@ -170,4 +180,4 @@ Defined in: [events/message.ts:81](https://github.com/slackapi/node-slack-sdk/bl
170
180
optionalusername: string;
171
181
```
172
182
173
-
Defined in: [events/message.ts:74](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L74)
183
+
Defined in: [events/message.ts:75](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L75)
Copy file name to clipboardExpand all lines: docs/english/reference/types/interfaces/ChannelArchiveMessageEvent.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Interface: ChannelArchiveMessageEvent
4
4
5
-
Defined in: [events/message.ts:91](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L91)
5
+
Defined in: [events/message.ts:92](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L92)
6
6
7
7
## Properties
8
8
@@ -12,7 +12,7 @@ Defined in: [events/message.ts:91](https://github.com/slackapi/node-slack-sdk/bl
12
12
channel: string;
13
13
```
14
14
15
-
Defined in: [events/message.ts:96](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L96)
15
+
Defined in: [events/message.ts:97](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L97)
16
16
17
17
***
18
18
@@ -22,7 +22,7 @@ Defined in: [events/message.ts:96](https://github.com/slackapi/node-slack-sdk/bl
22
22
channel_type: ChannelTypes;
23
23
```
24
24
25
-
Defined in: [events/message.ts:97](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L97)
25
+
Defined in: [events/message.ts:98](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L98)
26
26
27
27
***
28
28
@@ -32,7 +32,7 @@ Defined in: [events/message.ts:97](https://github.com/slackapi/node-slack-sdk/bl
32
32
event_ts: string;
33
33
```
34
34
35
-
Defined in: [events/message.ts:100](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L100)
35
+
Defined in: [events/message.ts:101](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L101)
36
36
37
37
***
38
38
@@ -42,7 +42,7 @@ Defined in: [events/message.ts:100](https://github.com/slackapi/node-slack-sdk/b
42
42
subtype: "channel_archive";
43
43
```
44
44
45
-
Defined in: [events/message.ts:93](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L93)
45
+
Defined in: [events/message.ts:94](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L94)
46
46
47
47
***
48
48
@@ -52,7 +52,7 @@ Defined in: [events/message.ts:93](https://github.com/slackapi/node-slack-sdk/bl
52
52
team: string;
53
53
```
54
54
55
-
Defined in: [events/message.ts:94](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L94)
55
+
Defined in: [events/message.ts:95](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L95)
56
56
57
57
***
58
58
@@ -62,7 +62,7 @@ Defined in: [events/message.ts:94](https://github.com/slackapi/node-slack-sdk/bl
62
62
text: string;
63
63
```
64
64
65
-
Defined in: [events/message.ts:98](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L98)
65
+
Defined in: [events/message.ts:99](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L99)
66
66
67
67
***
68
68
@@ -72,7 +72,7 @@ Defined in: [events/message.ts:98](https://github.com/slackapi/node-slack-sdk/bl
72
72
ts: string;
73
73
```
74
74
75
-
Defined in: [events/message.ts:99](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L99)
75
+
Defined in: [events/message.ts:100](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L100)
76
76
77
77
***
78
78
@@ -82,7 +82,7 @@ Defined in: [events/message.ts:99](https://github.com/slackapi/node-slack-sdk/bl
82
82
type: "message";
83
83
```
84
84
85
-
Defined in: [events/message.ts:92](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L92)
85
+
Defined in: [events/message.ts:93](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L93)
86
86
87
87
***
88
88
@@ -92,4 +92,4 @@ Defined in: [events/message.ts:92](https://github.com/slackapi/node-slack-sdk/bl
92
92
user: string;
93
93
```
94
94
95
-
Defined in: [events/message.ts:95](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L95)
95
+
Defined in: [events/message.ts:96](https://github.com/slackapi/node-slack-sdk/blob/main/packages/types/src/events/message.ts#L96)
0 commit comments