Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement new beta helix chat endpoints #606

Merged
merged 16 commits into from Jul 19, 2022

Conversation

iProdigy
Copy link
Member

Prerequisites for Code Changes

  • This pull request follows the code style of the project
  • I have tested this feature

Changes Proposed

Implement the new beta endpoints (and associated scopes + rate limits) announced with TwitchCon 2022:

  • Send Chat Announcement
  • Delete Chat Messages
  • Update User Chat Color
  • Get User Chat Color
  • Add Channel Moderator
  • Remove Channel Moderator
  • Get VIPs
  • Add Channel VIP
  • Remove Channel VIP
  • Send Whisper

Additional Information

There may be undocumented rate limits on sendChatAnnouncement, deleteChatMessages, and updateUserChatColor - but these can be determined at a later date

@iProdigy iProdigy requested review from PhilippHeuer and removed request for PhilippHeuer July 16, 2022 21:46
@iProdigy iProdigy marked this pull request as draft July 17, 2022 02:33
@iProdigy
Copy link
Member Author

iProdigy commented Jul 17, 2022

talked to jon & add/remove mod/vip each have an independent rate limit! will switch from shared to independent in a coming commit

@iProdigy iProdigy marked this pull request as ready for review July 19, 2022 07:13
Copy link
Member

@PhilippHeuer PhilippHeuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, i added the nullable annotations to a few methods that were still missing them

@iProdigy iProdigy merged commit 2405187 into develop Jul 19, 2022
@iProdigy iProdigy deleted the feature/helix-twitchcon22 branch July 19, 2022 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants