Codebase list golang-github-nlopes-slack / 17a0fae
adds support for dialog text and textarea hints https://api.slack.com/dialogs#attributes_text_elements Sam Olds authored 5 years ago James committed 5 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2424 Name string `json:"name"`
2525 Placeholder string `json:"placeholder"`
2626 Optional bool `json:"optional"`
27 Hint string `json:"hint"`
2728 }
2829
2930 // DialogTrigger ...