You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"desc" : "Change how messages are treated. Defaults to `client`, unlike `chat.postMessage`. See [below](#formatting)."
},
"link_names": {
"required" : false,
"example" : "1",
"desc" : "Find and link channel names and usernames. Defaults to `none`. This parameter should be used in conjunction with `parse`. To set `link_names` to `1`, specify a `parse` mode of `full`."
},
"as_user": {
"required" : false,
"example" : "true",
"desc" : "Pass true to update the message as the authed user. [Bot users](/bot-users) in this context are considered authed users."
}
},
"errors": {
"message_not_found" : "No message exists with the requested timestamp.",
"cant_update_message" : "Authenticated user does not have permission to update this message.",
"channel_not_found" : "Value passed for `channel` was invalid.",
"edit_window_closed": "The message cannot be edited due to the team message edit settings",