Browse Source

Add docs for TextInputBuilder.MaxPlaceholderLength

pull/2421/head
Gutyina Gergő 2 years ago
parent
commit
a9116d658b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/Discord.Net.Core/Entities/Interactions/MessageComponents/ComponentBuilder.cs

+ 3
- 0
src/Discord.Net.Core/Entities/Interactions/MessageComponents/ComponentBuilder.cs View File

@@ -1198,6 +1198,9 @@ namespace Discord

public class TextInputBuilder
{
/// <summary>
/// The max length of a <see cref="TextInputComponent.Placeholder"/>.
/// </summary>
public const int MaxPlaceholderLength = 100;
public const int LargestMaxLength = 4000;



Loading…
Cancel
Save