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

EventSub suspicious user events wrong documentation #944

Open
StimulCross opened this issue Apr 20, 2024 · 0 comments
Open

EventSub suspicious user events wrong documentation #944

StimulCross opened this issue Apr 20, 2024 · 0 comments
Labels
product: docs Documentation on dev.twitch.tv/docs

Comments

@StimulCross
Copy link

Brief description

First of all, the titles of Channel Suspicious User Message Event and Channel Suspicious User Update Event should be swaped.


The description of Channel Suspicious User Update Event types field says:

User types (if any) that apply to the suspicious user, can be “manual”, “ban_evader_detector”, or “shared_channel_ban”.

I get types: ['manually_added'] instead of types: ['manual']

{
    broadcaster_user_id: '200507196',
    broadcaster_user_name: 'StimulX',
    broadcaster_user_login: 'stimulx',
    user_id: 'id',
    user_name: 'name',
    user_login: 'login',
    low_trust_status: 'active_monitoring',
    shared_ban_channel_ids: null,
    types: ['manually_added'],
    ban_evasion_evaluation: 'unknown',
    message: {
      message_id: 'c4c76a5c-62c9-4a86-8cfc-5778b4b04c26',
      text: 'suspicious message BloodTrail with emotes and @StimulX mention',
      fragments: [
        {
          type: 'emote',
          text: 'BloodTrail',
          Cheermote: { prefix: '', bits: 0, tier: 0 },
          emote: { id: '69', emote_set_id: '0' }
        },
      ]
    }
 }

The description of Channel Suspicious User Message Event low_trust_status field says:

The status set for the suspicious user. Can be the following: “none”, “active_monitoring”, or “restricted”.

When I do /unmonitor <user> I get low_trust_status: 'no_treatment' instead of low_trust_status: 'none'.

{
    broadcaster_user_id: '200507196',
    broadcaster_user_name: 'StimulX',
    broadcaster_user_login: 'stimulx',
    moderator_user_id: '200507196',
    moderator_user_name: 'StimulX',
    moderator_user_login: 'stimulx',
    user_id: 'id',
    user_name: 'name',
    user_login: 'login',
    low_trust_status: 'no_treatment'
}

Please provide valid documentation for suspicious user events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: docs Documentation on dev.twitch.tv/docs
Projects
None yet
Development

No branches or pull requests

1 participant