moons-ta-client
    Preparing search index...

    Interface Response_Connect

    -- Other Responses --/

    from protobuf message proto.packets.Response.Connect

    interface Response_Connect {
        message: string;
        reason: IncorrectVersion;
        serverVersion: number;
        state?: State;
    }
    Index

    Properties

    message: string

    from protobuf field: string message = 3;

    from protobuf field: proto.packets.Response.Connect.ConnectFailReason reason = 4;

    serverVersion: number

    from protobuf field: int32 server_version = 2;

    state?: State

    from protobuf field: proto.models.State state = 1;