Skip to content

Commit

Permalink
Add input action ID max length limit constant (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
omotnyk authored Mar 17, 2022
1 parent 09d23e3 commit 7b09865
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

public enum BlockElementLengthLimits {
MAX_INPUT_LABEL_LENGTH(2000),
MAX_ACTION_ID_LENGTH(255),
MAX_HINT_LENGTH(2000),
MAX_OPTION_GROUPS_NUMBER(100),
MAX_OPTIONS_NUMBER(100),
Expand Down

0 comments on commit 7b09865

Please sign in to comment.