Skip to content

Commit dcda03d

Browse files
docs(types): remove note of maximum length for raw_text (#2440)
Co-authored-by: Luke Russell <[email protected]>
1 parent 8da8e09 commit dcda03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/block-kit/composition-objects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export interface RawTextElement {
183183
*/
184184
type: 'raw_text';
185185
/**
186-
* @description The text for the block. The minimum length is 1 and maximum length is 3000 characters.
186+
* @description The text for the block. The minimum length is 1 character.
187187
*/
188188
text: string;
189189
}

0 commit comments

Comments
 (0)