moons-ta-client
    Preparing search index...

    Interface Response_UpdateAuthorizedUser

    from protobuf message proto.packets.Response.UpdateAuthorizedUser

    interface Response_UpdateAuthorizedUser {
        discordId: string;
        roles: string[];
        tournamentId: string;
    }
    Index

    Properties

    discordId: string

    from protobuf field: string discord_id = 2;

    roles: string[]

    from protobuf field: repeated string roles = 3;

    tournamentId: string

    from protobuf field: string tournament_id = 1;