Stimul Cross

Results 24 issues of Stimul Cross

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...

**Brief description** First of all, the titles of [Channel Suspicious User Message Event](https://dev.twitch.tv/docs/eventsub/eventsub-reference/#channel-suspicious-user-message-event) and [Channel Suspicious User Update Event](https://dev.twitch.tv/docs/eventsub/eventsub-reference/#channel-suspicious-user-update-event) should be swaped. ________ The description of [Channel Suspicious User Update...

product: docs

## Feature Request [channel.suspicious_user.update](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelsuspicious_userupdate) [channel.suspicious_user.message](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelsuspicious_usermessage) **I'm willing to implement it myself.**

feature

Type: Feature Fixes: #574 Tested manually using `yalc`.

## Feature Request API: [Get Unban Requests](https://dev.twitch.tv/docs/api/reference/#get-unban-requests) [ResolveUnban Requests](https://dev.twitch.tv/docs/api/reference/#resolve-unban-requests) EventSub: [channel.unban_request.create](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelunban_requestcreate) [channel.unban_request.resolve](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelunban_requestresolve) **I'm willing to implement it myself.**

feature

## Feature Request API: [Warn Chat User API Endpoint](https://dev.twitch.tv/docs/api/reference/#warn-chat-user) EventSub: [hannel.warning.acknowledge](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelwarningacknowledge) [channel.warning.send](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelwarningsend) I will implement it myself.

feature

Type: Feature Fixes: #583 Tested using `yalc` (except for VIP add/remove and subscribers-only mode on/off events)

Type: Feature Fixes: #582 Unfortunately, I cannot test this because I don't have access to the channel's points.

Type: Feature Fixes: #584 Tested using `yalc`.

Type: Feature Fixes: #569 Implemented subscription types: - [automod.message.hold](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#automodmessagehold) - [automod.message.update](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#automodmessageupdate) - [automod.settings.update](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#automodsettingsupdate) - [automod.terms.update](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#automodtermsupdate) - [channel.chat.user_message_hold](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelchatuser_message_hold) - [channel.chat.user_message_update](https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types/#channelchatuser_message_update) Tested this manually using `yalc`. Ignore discrepancies with the documentation. As...