moons-ta-client
    Preparing search index...

    Interface Response_Join

    from protobuf message proto.packets.Response.Join

    interface Response_Join {
        message: string;
        reason: IncorrectPassword;
        selfGuid: string;
        state?: State;
        tournamentId: string;
    }
    Index

    Properties

    message: string

    from protobuf field: string message = 4;

    from protobuf field: proto.packets.Response.Join.JoinFailReason reason = 5;

    selfGuid: string

    from protobuf field: string self_guid = 2;

    state?: State

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

    tournamentId: string

    from protobuf field: string tournament_id = 3;