moons-ta-client
    Preparing search index...

    Interface Request_UpdateAuthorizedUserRoles

    from protobuf message proto.packets.Request.UpdateAuthorizedUserRoles

    interface Request_UpdateAuthorizedUserRoles {
        discordId: string;
        roleIds: string[];
        tournamentId: string;
    }
    Index

    Properties

    discordId: string

    from protobuf field: string discord_id = 2;

    roleIds: string[]

    from protobuf field: repeated string role_ids = 3;

    tournamentId: string

    from protobuf field: string tournament_id = 1;