[GH-13968] Add "skip_slack_parsing" to PostActionIntegration… (#13976)
Этот коммит содержится в:
@@ -173,8 +173,9 @@ type PostActionIntegrationRequest struct {
|
||||
}
|
||||
|
||||
type PostActionIntegrationResponse struct {
|
||||
Update *Post `json:"update"`
|
||||
EphemeralText string `json:"ephemeral_text"`
|
||||
Update *Post `json:"update"`
|
||||
EphemeralText string `json:"ephemeral_text"`
|
||||
SkipSlackParsing bool `json:"skip_slack_parsing"` // Set to `true` to skip the Slack-compatibility handling of Text.
|
||||
}
|
||||
|
||||
type PostActionAPIResponse struct {
|
||||
|
||||
Ссылка в новой задаче
Block a user