moons-ta-client
    Preparing search index...

    Interface Request_UpdateUser

    --- State Update Requests ---//

    from protobuf message proto.packets.Request.UpdateUser

    interface Request_UpdateUser {
        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;