diff --git a/packages/types/src/block-kit/composition-objects.ts b/packages/types/src/block-kit/composition-objects.ts index f4fb416a8..886830344 100644 --- a/packages/types/src/block-kit/composition-objects.ts +++ b/packages/types/src/block-kit/composition-objects.ts @@ -183,7 +183,7 @@ export interface RawTextElement { */ type: 'raw_text'; /** - * @description The text for the block. The minimum length is 1 and maximum length is 3000 characters. + * @description The text for the block. The minimum length is 1 character. */ text: string; }