Skip to content

Add extra fields to GetUserResponse #2425

@Shak-codes

Description

@Shak-codes

I'd like to display a streamer's Sendou.ink profile on the Twitch extension. I essentially want to recreate this part of the profile page as shown below.

Image

Currently I have no way to grab a user's team information. I'd also preferably like to showcase the user's SendouQ rank on the profile page, so if possible a field for that would be great too. Overall, I'd appreciate the following fields:

teamName: string | null;
teamUrl: string | null;
teamRole: string | null;
rank: string | null; // However the SendouQ rankings are stored(Leviathan, Leviathan+, etc. Exact number not needed)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions