moons-ta-client
    Preparing search index...

    Interface Event_UserAdded

    from protobuf message proto.packets.Event.UserAdded

    interface Event_UserAdded {
        tournamentId: string;
        user?: User;
    }
    Index

    Properties

    Properties

    tournamentId: string

    from protobuf field: string tournament_id = 1;

    user?: User

    from protobuf field: proto.models.User user = 2;