TwitchLib / TwitchLib.Api

API component of TwitchLib.
70 stars 85 forks source link

Twitch added (New) "SendChatMessage" API endpoint - Currently not in Helix API #406

Open WrithemTwine opened 2 weeks ago

WrithemTwine commented 2 weeks ago

https://dev.twitch.tv/docs/api/reference/#send-chat-message Send Chat Message NEW Sends a message to the broadcaster’s chat room.

Reviewing: https://github.com/TwitchLib/TwitchLib.Api/tree/dev/TwitchLib.Api.Helix.Models/Chat

Not seeing new Twitch Api endpoint in TwitchLib.API

Hampo commented 2 weeks ago

Already available in dev: https://github.com/TwitchLib/TwitchLib.Api/blob/92a4359ed145876af4e8e108e267004dcb0babab/TwitchLib.Api.Helix/Chat.cs#L331-L364

WrithemTwine commented 2 weeks ago

Didn't add detail... not finding in latest NuGet

image image image image

Hampo commented 2 weeks ago

Ah, that's an annoying issue - the NuGet releases aren't in order. If you check the page you can see the release date.

I think you want 3.10.0-preview-b3dba8d.

https://www.nuget.org/packages/TwitchLib.Api#versions-body-tab

WrithemTwine commented 2 weeks ago

Is it possible to add subversion numbers? although this time, probably want a clean 3.10.0, so might be too late

ok to close

3.10.0-preview-92a4359 is later image image

Mahsaap commented 2 weeks ago

correct [92a4359](https://github.com/TwitchLib/TwitchLib.Api/commit/92a4359ed145876af4e8e108e267004dcb0babab) is the latest