How is ChatPostMessageRequest.linkNames
serialized?
#1442
Labels
question
M-T: User needs support to use the project
ChatPostMessageRequest.linkNames
serialized?
#1442
I want to send a formatted message via
chat.postMessage
endpoint. My text is properly escaped and I don't want Slack to guess any escaping. Slack formatting guide (https://api.slack.com/reference/surfaces/formatting#automatic-parsing__disabling-automatic-parsing) says:So I'm looking for an option to exclude the
link_names
argument. I see that there'sChatPostMessageRequest.linkNames
field of typeboolean
. Will setting it tofalse
exclude thelink_names
argument? It's a bit confusing because I would rather expect someBoolean
orInteger
field where I had to assing it tonull
.The text was updated successfully, but these errors were encountered: