Skip to content

Commit

Permalink
Merge pull request #159 from arkolka/master
Browse files Browse the repository at this point in the history
Add thread_ts to PostEphemeral
  • Loading branch information
soxtoby authored Jul 2, 2023
2 parents 781ad3e + 1c6666a commit a88e3b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SlackNet/WebApi/ChatApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ public Task<PostMessageResponse> PostEphemeral(string userId, Message message, C
{ "attachments", message.Attachments },
{ "blocks", message.Blocks },
{ "link_names", message.LinkNames },
{ "thread_ts", message.ThreadTs },
{ "parse", message.Parse }
},
cancellationToken);
Expand Down Expand Up @@ -281,4 +282,4 @@ public Task<MessageUpdateResponse> Update(MessageUpdate messageUpdate, Cancellat
{ "file_ids", messageUpdate.FileIds }
},
cancellationToken);
}
}

0 comments on commit a88e3b7

Please sign in to comment.