Skip to content

Commit 65ea7a5

Browse files
committed
docs: add updated description
1 parent 27d6f09 commit 65ea7a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deno/payloads/v10/channel.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deno/payloads/v9/channel.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

payloads/v10/channel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2325,7 +2325,7 @@ export interface APILabelComponent extends APIBaseComponent<ComponentType.Label>
23252325
*/
23262326
label: string;
23272327
/**
2328-
* An optional description text for the label
2328+
* An optional description text for the label; max 100 characters
23292329
*/
23302330
description?: string;
23312331
/**

payloads/v9/channel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2334,7 +2334,7 @@ export interface APILabelComponent extends APIBaseComponent<ComponentType.Label>
23342334
*/
23352335
label: string;
23362336
/**
2337-
* An optional description text for the label
2337+
* An optional description text for the label; max 100 characters
23382338
*/
23392339
description?: string;
23402340
/**

0 commit comments

Comments
 (0)