Skip to content

Commit

Permalink
docs(APITextInputComponent): correct label max characters (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanialraza authored Jul 8, 2023
1 parent 201cb13 commit 3bb2821
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deno/payloads/v10/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ export interface APITextInputComponent extends APIBaseComponent<ComponentType.Te
*/
custom_id: string;
/**
* Text that appears on top of the text input field, max 80 characters
* Text that appears on top of the text input field, max 45 characters
*/
label: string;
/**
Expand Down
2 changes: 1 addition & 1 deletion deno/payloads/v8/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ export interface APITextInputComponent extends APIBaseComponent<ComponentType.Te
*/
custom_id: string;
/**
* Text that appears on top of the text input field, max 80 characters
* Text that appears on top of the text input field, max 45 characters
*/
label: string;
/**
Expand Down
2 changes: 1 addition & 1 deletion deno/payloads/v9/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ export interface APITextInputComponent extends APIBaseComponent<ComponentType.Te
*/
custom_id: string;
/**
* Text that appears on top of the text input field, max 80 characters
* Text that appears on top of the text input field, max 45 characters
*/
label: string;
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v10/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ export interface APITextInputComponent extends APIBaseComponent<ComponentType.Te
*/
custom_id: string;
/**
* Text that appears on top of the text input field, max 80 characters
* Text that appears on top of the text input field, max 45 characters
*/
label: string;
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v8/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ export interface APITextInputComponent extends APIBaseComponent<ComponentType.Te
*/
custom_id: string;
/**
* Text that appears on top of the text input field, max 80 characters
* Text that appears on top of the text input field, max 45 characters
*/
label: string;
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v9/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ export interface APITextInputComponent extends APIBaseComponent<ComponentType.Te
*/
custom_id: string;
/**
* Text that appears on top of the text input field, max 80 characters
* Text that appears on top of the text input field, max 45 characters
*/
label: string;
/**
Expand Down

1 comment on commit 3bb2821

@vercel
Copy link

@vercel vercel bot commented on 3bb2821 Jul 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.