We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da8e09 commit dcda03dCopy full SHA for dcda03d
1 file changed
packages/types/src/block-kit/composition-objects.ts
@@ -183,7 +183,7 @@ export interface RawTextElement {
183
*/
184
type: 'raw_text';
185
/**
186
- * @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.
187
188
text: string;
189
}
0 commit comments