There is now an expand option in the Section Block API https://api.slack.com/reference/block-kit/blocks#section which isn't exposed in the Java SDK. If it was exposed, we would be able to control whether the content will me automatically expanded or not rather than Slack deciding for us.
| expand |
Boolean |
Whether or not this section block's text should always expand when rendered. If false or not provided, it may be rendered with a 'see more' option to expand and show the full text. For AI Assistant apps, this allows the app to post long messages without users needing to click 'see more' to expand the message. |
No |
expand
Boolean
Whether or not this section block's text should always expand when rendered. If false or not provided, it may be rendered with a 'see more' option to expand and show the full text. For AI Assistant apps, this allows the app to post long messages without users needing to click 'see more' to expand the message.
No
Category (place an x in each of the [ ])
Requirements
Please make sure if this topic is specific to this SDK. For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.
There is now an
expandoption in the Section Block API https://api.slack.com/reference/block-kit/blocks#section which isn't exposed in the Java SDK. If it was exposed, we would be able to control whether the content will me automatically expanded or not rather than Slack deciding for us.expand
Boolean
Whether or not this section block's text should always expand when rendered. If false or not provided, it may be rendered with a 'see more' option to expand and show the full text. For AI Assistant apps, this allows the app to post long messages without users needing to click 'see more' to expand the message.
No
Category (place an
xin each of the[ ])Requirements
Please make sure if this topic is specific to this SDK. For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.