Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unfurl_links and unfurl_media to Message #119

Open
tylerhammer opened this issue Jun 7, 2023 · 0 comments · May be fixed by #130
Open

Add unfurl_links and unfurl_media to Message #119

tylerhammer opened this issue Jun 7, 2023 · 0 comments · May be fixed by #130
Labels
enhancement New feature or request

Comments

@tylerhammer
Copy link

tylerhammer commented Jun 7, 2023

Is your feature request related to a problem? Please describe.
Messages with links are unfurling in channels where they should not be. Have been passing in these parameters but they don't make it to the final message

Describe the solution you'd like
Please add unfurl_links and unfurl_media to Message + MessageParams

export interface MessageParams {
channel?: string;
postAt?: number;
text?: string;
threadTs?: string;
ts?: string;

Describe alternatives you've considered
Unable to get around it as object is non-extensible

Additional context
Slack API https://api.slack.com/methods/chat.postMessage

@tylerhammer tylerhammer added the enhancement New feature or request label Jun 7, 2023
MaxLeiter added a commit to MaxLeiter/slack-block-builder that referenced this issue Jan 11, 2024
@MaxLeiter MaxLeiter linked a pull request Jan 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant