soxtoby / SlackNet

A comprehensive Slack API client for .NET
MIT License
208 stars 65 forks source link

Conversations.History include Metadata for messages #174

Closed NiklasArbin closed 10 months ago

NiklasArbin commented 10 months ago

Hi! Really nice work on the API.

Would you be open to including the parameter 'include_metadata' on the history method? I need it to be able to understand what conversation context I'm acting on.

GET /api/conversations.history?channel=C1234224&include_metadata=true HOST: slack.com Authorization: Bearer xoxb-12501860787-17163110960-...

Documented here

soxtoby commented 10 months ago

Thanks for raising this, @NiklasArbin. I've added the parameter in v0.11.4.

NiklasArbin commented 10 months ago

Thanks for raising this, @NiklasArbin. I've added the parameter in v0.11.4.

Great, thank you so much!